Home | History | Annotate | Download | only in ash

Lines Matching full:aura

16 #include "ui/aura/window.h"
17 #include "ui/aura/window_tree_host.h"
22 namespace aura {
80 // |GetRootWindowController(aura::WindowEventDispatcher*)| function.
97 static RootWindowController* ForShelf(const aura::Window* window);
100 static RootWindowController* ForWindow(const aura::Window* window);
106 static aura::Window* GetContainerForWindow(aura::Window* window);
113 aura::WindowTreeHost* GetHost();
114 const aura::WindowTreeHost* GetHost() const;
115 aura::Window* GetRootWindow();
116 const aura::Window* GetRootWindow() const;
184 aura::Window* window);
186 aura::Window* GetContainer(int container_id);
187 const aura::Window* GetContainer(int container_id) const;
220 void MoveWindowsTo(aura::Window* dest);
230 const aura::Window* GetWindowForFullscreenMode() const;
239 bool IsVirtualKeyboardWindow(aura::Window* window);
262 void CreateContainersInRootWindow(aura::Window* root_window);
287 scoped_ptr<aura::Window> mouse_event_target_;
326 const aura::Window* root_window);