Searched defs:RootWindowController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/
H A Droot_window_controller.h78 // The RootWindowController for particular root window is stored in
81 class ASH_EXPORT RootWindowController : public ShellObserver { class in namespace:ash
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 o
[all...]
H A Droot_window_controller.cc267 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
691 RootWindowController::RootWindowController(AshWindowTreeHost* ash_host) function in class:ash::RootWindowController
[all...]

Completed in 483 milliseconds