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 45 void PrintWindowHierarchy(aura::Window* window,
60 PrintWindowHierarchy(window->children()[i], active, indent + 3, out);
68 PrintWindowHierarchy(root_window, active, 0, &out);
  /external/chromium_org/ui/aura/
window.h 320 void PrintWindowHierarchy(int depth) const;
window.cc 815 void Window::PrintWindowHierarchy(int depth) const {
821 child->PrintWindowHierarchy(depth + 1);
    [all...]
window_unittest.cc     [all...]
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 706 void PrintWindowHierarchy(aura::Window* window,
721 PrintWindowHierarchy(window->children()[i], indent + 3, out);
730 PrintWindowHierarchy(controllers[i]->GetRootWindow(), 0, &out);
    [all...]

Completed in 228 milliseconds