Searched refs:xml_style_bag (Results 1 – 1 of 1) sorted by relevance
241 const auto xml_style_bag = GetXmlStyleBag(theme, xml_parser, &def_style_theme_flags); in ApplyStyle() local242 if (IsIOError(xml_style_bag)) { in ApplyStyle()243 return base::unexpected(GetIOError(xml_style_bag.error())); in ApplyStyle()247 BagAttributeFinder xml_style_attr_finder(xml_style_bag.value_or(nullptr)); in ApplyStyle()279 value = AssetManager2::SelectedValue(*xml_style_bag, *entry); in ApplyStyle()