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.cc 267 void RootWindowController::CreateForPrimaryDisplay(AshWindowTreeHost* host) {
268 RootWindowController* controller = new RootWindowController(host);
269 controller->Init(RootWindowController::PRIMARY,
273 void RootWindowController::CreateForSecondaryDisplay(AshWindowTreeHost* host) {
274 RootWindowController* controller = new RootWindowController(host);
275 controller->Init(RootWindowController::SECONDARY, false /* first run */);
279 RootWindowController* RootWindowController::ForShelf
    [all...]
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...]

Completed in 186 milliseconds