Searched refs:PrintWindowHierarchy (Results 1 – 4 of 4) sorted by relevance
721 void PrintWindowHierarchy(aura::Window* window, in PrintWindowHierarchy() function736 PrintWindowHierarchy(window->children()[i], indent + 3, out); in PrintWindowHierarchy()745 PrintWindowHierarchy(controllers[i]->root_window(), 0, &out); in HandlePrintWindowHierarchy()
376 void PrintWindowHierarchy(int depth) const;
872 void Window::PrintWindowHierarchy(int depth) const { in PrintWindowHierarchy() function in aura::Window878 child->PrintWindowHierarchy(depth + 1); in PrintWindowHierarchy()
3425 root.PrintWindowHierarchy(0); in TEST_F()