Searched refs:target_style (Results 1 – 3 of 3) sorted by relevance
285 const auto target_style = ResourceName(package_name.value(), ResourceType::kStyle, style_); in Dump() local293 Maybe<ResourceTable::SearchResult> target = table->FindResource(target_style); in Dump()296 DiagMessage() << "Target style \"" << target_style.entry << "\" does not exist"); in Dump()300 Debug::PrintStyleGraph(table, target_style); in Dump()
38 static void PrintStyleGraph(ResourceTable* table, const ResourceName& target_style);
351 void Debug::PrintStyleGraph(ResourceTable* table, const ResourceName& target_style) { in PrintStyleGraph() argument355 styles_to_visit.push(target_style); in PrintStyleGraph()