Searched refs:style_name (Results 1 – 2 of 2) sorted by relevance
353 const ResourceName& style_name = styles_to_visit.front(); in PrintStyleGraph() local354 std::set<ResourceName>& parents = graph[style_name]; in PrintStyleGraph()360 Maybe<ResourceTable::SearchResult> result = table->FindResource(style_name); in PrintStyleGraph()385 const ResourceName& style_name = entry.first; in PrintStyleGraph() local386 size_t style_node_index = GetNodeIndex(names, style_name); in PrintStyleGraph()
1340 std::string style_name = out_resource->name.entry; in ParseStyle() local1341 size_t pos = style_name.find_last_of(u'.'); in ParseStyle()1344 style->parent = Reference(ResourceName({}, ResourceType::kStyle, style_name.substr(0, pos))); in ParseStyle()