HomeSort by relevance Sort by last modified time
    Searched refs:PrintWindowHierarchy (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/athena/screen/
screen_accelerator_handler.cc 38 void PrintWindowHierarchy(aura::Window* window,
53 PrintWindowHierarchy(window->children()[i], active, indent + 3, out);
61 PrintWindowHierarchy(root_window, active, 0, &out);
  /external/chromium_org/ui/aura/
window.h 320 void PrintWindowHierarchy(int depth) const;
window.cc 804 void Window::PrintWindowHierarchy(int depth) const {
810 child->PrintWindowHierarchy(depth + 1);
    [all...]
window_unittest.cc     [all...]
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 707 void PrintWindowHierarchy(aura::Window* window,
722 PrintWindowHierarchy(window->children()[i], indent + 3, out);
731 PrintWindowHierarchy(controllers[i]->GetRootWindow(), 0, &out);
    [all...]

Completed in 87 milliseconds