HomeSort by relevance Sort by last modified time
    Searched defs:RootWindowController (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/
root_window_controller.h 78 // The RootWindowController for particular root window is stored in
81 class ASH_EXPORT RootWindowController : public ShellObserver {
83 // Creates and Initialize the RootWindowController for primary display.
86 // Creates and Initialize the RootWindowController for secondary displays.
89 // Creates and Initialize the RootWindowController for virtual
93 // Returns a RootWindowController that has a shelf for given
94 // |window|. This returns the RootWindowController for the |window|'s
96 // RootWindowController otherwise.
97 static RootWindowController* ForShelf(const aura::Window* window);
99 // Returns a RootWindowController of the window's root window
    [all...]
root_window_controller.cc 270 RootWindowController* root_window_controller)
306 RootWindowController* root_window_controller_;
314 void RootWindowController::CreateForPrimaryDisplay(AshWindowTreeHost* host) {
315 RootWindowController* controller = new RootWindowController(host);
316 controller->Init(RootWindowController::PRIMARY,
320 void RootWindowController::CreateForSecondaryDisplay(AshWindowTreeHost* host) {
321 RootWindowController* controller = new RootWindowController(host);
322 controller->Init(RootWindowController::SECONDARY, false /* first run */)
    [all...]

Completed in 200 milliseconds