Home | History | Annotate | Download | only in wm

Lines Matching refs:aura

14 #include "ui/aura/client/activation_client.h"
15 #include "ui/aura/client/aura_constants.h"
16 #include "ui/aura/root_window.h"
17 #include "ui/aura/window.h"
29 void ActivateWindow(aura::Window* window) {
33 void DeactivateWindow(aura::Window* window) {
37 bool IsActiveWindow(aura::Window* window) {
41 aura::Window* GetActiveWindow() {
42 return aura::client::GetActivationClient(Shell::GetPrimaryRootWindow())->
46 aura::Window* GetActivatableWindow(aura::Window* window) {
50 bool CanActivateWindow(aura::Window* window) {
54 bool IsWindowMinimized(aura::Window* window) {
55 return window->GetProperty(aura::client::kShowStateKey) ==
59 void CenterWindow(aura::Window* window) {
111 bool MoveWindowToEventRoot(aura::Window* window, const ui::Event& event) {
115 aura::Window* target_root =
119 aura::Window* window_container =
126 void ReparentChildWithTransientChildren(aura::Window* child,
127 aura::Window* old_parent,
128 aura::Window* new_parent) {
134 void ReparentTransientChildrenOfChild(aura::Window* child,
135 aura::Window* old_parent,
136 aura::Window* new_parent) {