HomeSort by relevance Sort by last modified time
    Searched defs:transient_parent (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/wm/
stacking_controller.cc 69 aura::Window* transient_parent = ::wm::GetTransientParent(window); local
70 if (transient_parent) {
72 target_root = transient_parent->GetRootWindow();
  /external/chromium_org/ui/wm/core/
transient_window_manager.h 51 aura::Window* transient_parent() { return transient_parent_; } function in class:wm::TransientWindowManager
52 const aura::Window* transient_parent() const { return transient_parent_; } function in class:wm::TransientWindowManager
transient_window_manager.cc 129 Window* transient_parent = wm::GetTransientParent(window); local
130 if (transient_parent && transient_parent->parent() == parent) {
132 Get(transient_parent);
window_util.cc 99 return manager ? manager->transient_parent() : NULL;
122 const aura::Window* transient_parent = GetTransientParent(window); local
123 if (transient_parent == ancestor)
125 return transient_parent ?
126 HasTransientAncestor(transient_parent, ancestor) : false;

Completed in 69 milliseconds