Lines Matching defs:WindowState
31 // WindowState manages and defines ash specific window state and
37 // The WindowState gets created when first accessed by
42 class ASH_EXPORT WindowState : public aura::WindowObserver {
46 explicit WindowState(aura::Window* window);
47 virtual ~WindowState();
236 // created and cleared when it gets destroyed. WindowState does not own the
290 DISALLOW_COPY_AND_ASSIGN(WindowState);
293 // Returns the WindowState for active window. Returns |NULL|
295 ASH_EXPORT WindowState* GetActiveWindowState();
297 // Returns the WindowState for |window|. Creates WindowState
299 ASH_EXPORT WindowState* GetWindowState(aura::Window* window);
302 ASH_EXPORT const WindowState*