Home | History | Annotate | Download | only in ash

Lines Matching defs:RootWindowController

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.
100 static RootWindowController* ForWindow(const aura::Window* window);
102 // Returns the RootWindowController of the target root window.
103 static RootWindowController* ForTargetRootWindow();
108 virtual ~RootWindowController();
242 explicit RootWindowController(AshWindowTreeHost* host);
248 // Initializes the RootWindowController. |is_primary| is true if
319 DISALLOW_COPY_AND_ASSIGN(RootWindowController);
323 // Gets the RootWindowController for |root_window|.
324 ASH_EXPORT RootWindowController* GetRootWindowController(