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

  /external/chromium_org/ash/display/
screen_position_controller.cc 41 aura::Window::Windows transient_children = window->transient_children(); local
42 for (aura::Window::Windows::iterator iter = transient_children.begin();
43 iter != transient_children.end(); ++iter) {
  /external/chromium_org/ui/aura/
window.h 202 const Windows& transient_children() const { return transient_children_; } function in class:aura::Window
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash.cc 1166 const std::vector<aura::Window*> transient_children = local
    [all...]

Completed in 193 milliseconds