Home | History | Annotate | Download | only in wm

Lines Matching full:aura

14 #include "ui/aura/client/aura_constants.h"
15 #include "ui/aura/window.h"
16 #include "ui/aura/window_event_dispatcher.h"
27 aura::Window* FindContainerRoot(const gfx::Rect& bounds) {
33 aura::Window* GetContainerById(aura::Window* root, int id) {
37 bool IsSystemModal(aura::Window* window) {
38 return window->GetProperty(aura::client::kModalKey) == ui::MODAL_TYPE_SYSTEM;
41 bool HasTransientParentWindow(const aura::Window* window) {
47 AlwaysOnTopController* GetAlwaysOnTopController(aura::Window* root_window) {
63 // StackingController, aura::client::WindowTreeClient implementation:
65 aura::Window* StackingController::GetDefaultParent(aura::Window* context,
66 aura::Window* window,
68 aura::Window* target_root = NULL;
69 aura::Window* transient_parent = ::wm::GetTransientParent(window);
110 aura::Window* StackingController::GetSystemModalContainer(
111 aura::Window* root,
112 aura::Window* window) const {
130 aura::Window* container = NULL;