Home | History | Annotate | Download | only in ash

Lines Matching defs:RootWindowController

77 // The RootWindowController for particular root window is stored in
80 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 launcher for given
94 // |window|. This returns the RootWindowController for the |window|'s
96 // RootWindowController otherwise.
97 static RootWindowController* ForLauncher(aura::Window* window);
99 // Returns a RootWindowController of the window's root window.
100 static RootWindowController* ForWindow(const aura::Window* window);
102 // Returns the RootWindowController of the target root window.
103 static internal::RootWindowController* ForTargetRootWindow();
108 virtual ~RootWindowController();
238 explicit RootWindowController(aura::RootWindow* root_window);
245 // Initializes the RootWindowController. |is_primary| is true if
318 DISALLOW_COPY_AND_ASSIGN(RootWindowController);
322 // Gets the RootWindowController for |root_window|.
323 ASH_EXPORT RootWindowController* GetRootWindowController(