Searched refs:style_name (Results 1 – 2 of 2) sorted by relevance
357 const ResourceName& style_name = styles_to_visit.front(); in PrintStyleGraph() local358 std::set<ResourceName>& parents = graph[style_name]; in PrintStyleGraph()364 Maybe<ResourceTable::SearchResult> result = table->FindResource(style_name); in PrintStyleGraph()389 const ResourceName& style_name = entry.first; in PrintStyleGraph() local390 size_t style_node_index = GetNodeIndex(names, style_name); in PrintStyleGraph()
1447 std::string style_name = out_resource->name.entry; in ParseStyle() local1448 size_t pos = style_name.find_last_of(u'.'); in ParseStyle()1451 style->parent = Reference(ResourceName({}, ResourceType::kStyle, style_name.substr(0, pos))); in ParseStyle()