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

  /external/chromium_org/ui/wm/core/
transient_window_manager.h 49 const Windows& transient_children() const { return transient_children_; } function in class:wm::TransientWindowManager
window_animations.cc 91 const aura::Window::Windows& transient_children = local
100 if (std::find(transient_children.begin(),
101 transient_children.end(),
102 *iter) != transient_children.end()) {
  /external/chromium_org/ash/display/
screen_position_controller.cc 41 aura::Window::Windows transient_children = local
43 for (aura::Window::Windows::iterator iter = transient_children.begin();
44 iter != transient_children.end(); ++iter) {
  /external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.cc 69 aura::Window::Windows transient_children = local
71 for (aura::Window::Windows::iterator iter = transient_children.begin();
72 iter != transient_children.end(); ++iter) {
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller.cc 943 const std::vector<aura::Window*> transient_children = local
    [all...]
window_positioner.cc 117 aura::Window::Windows transient_children = local
119 for (aura::Window::Windows::iterator iter = transient_children.begin();
120 iter != transient_children.end(); ++iter) {
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 1108 const aura::Window::Windows& transient_children = local
    [all...]

Completed in 149 milliseconds