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.cc270 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
747 RootWindowController::RootWindowController(AshWindowTreeHost* ash_host) function in class:ash::RootWindowController
[all...]

Completed in 100 milliseconds