Searched refs:target_style (Results 1 – 3 of 3) sorted by relevance
290 const auto target_style = ResourceName(*package_name, ResourceType::kStyle, style_); in Dump() local298 std::optional<ResourceTable::SearchResult> target = table->FindResource(target_style); in Dump()301 << "Target style \"" << target_style.entry << "\" does not exist"); in Dump()305 Debug::PrintStyleGraph(table, target_style); in Dump()
38 static void PrintStyleGraph(ResourceTable* table, const ResourceName& target_style);
365 void Debug::PrintStyleGraph(ResourceTable* table, const ResourceName& target_style) { in PrintStyleGraph() argument369 styles_to_visit.push(target_style); in PrintStyleGraph()