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

  /external/chromium_org/ash/display/
screen_position_controller.cc 40 aura::Window::Windows transient_children = window->transient_children(); local
41 for (aura::Window::Windows::iterator iter = transient_children.begin();
42 iter != transient_children.end(); ++iter) {
  /external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.cc 66 aura::Window::Windows transient_children = window->transient_children(); local
67 for (aura::Window::Windows::iterator iter = transient_children.begin();
68 iter != transient_children.end(); ++iter) {
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller.cc 917 const std::vector<aura::Window*> transient_children = local
    [all...]
  /external/chromium_org/ui/aura/
window.h 225 const Windows& transient_children() const { return transient_children_; } function in class:aura::Window
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 1078 const aura::Window::Windows& transient_children = local
    [all...]

Completed in 324 milliseconds