HomeSort by relevance Sort by last modified time
    Searched refs:transient_children (Results 1 - 9 of 9) 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
transient_window_manager.cc 177 Windows transient_children(transient_children_);
178 STLDeleteElements(&transient_children);
window_animations.cc 89 const aura::Window::Windows& transient_children = local
98 if (std::find(transient_children.begin(),
99 transient_children.end(),
100 *iter) != transient_children.end()) {
window_util.cc 106 return manager->transient_children();
  /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 119 aura::Window::Windows transient_children = local
121 for (aura::Window::Windows::iterator iter = transient_children.begin();
122 iter != transient_children.end(); ++iter) {
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 1085 const aura::Window::Windows& transient_children = local
    [all...]

Completed in 116 milliseconds