Searched defs:PrintWindowHierarchy (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/athena/screen/
H A Dscreen_accelerator_handler.cc45 void PrintWindowHierarchy(aura::Window* window, function in namespace:athena::__anon2147
60 PrintWindowHierarchy(window->children()[i], active, indent + 3, out);
68 PrintWindowHierarchy(root_window, active, 0, &out);
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc706 void PrintWindowHierarchy(aura::Window* window, function in namespace:ash::__anon1844
721 PrintWindowHierarchy(window->children()[i], indent + 3, out);
730 PrintWindowHierarchy(controllers[i]->GetRootWindow(), 0, &out);
/external/chromium_org/ui/aura/
H A Dwindow.cc815 void Window::PrintWindowHierarchy(int depth) const { function in class:aura::Window
821 child->PrintWindowHierarchy(depth + 1);

Completed in 420 milliseconds