HomeSort by relevance Sort by last modified time
    Searched refs:GetTransientChildren (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ui/wm/core/
window_util.h 55 WM_EXPORT const std::vector<aura::Window*>& GetTransientChildren(
shadow_controller.cc 74 std::find(GetTransientChildren(losing_active).begin(),
75 GetTransientChildren(losing_active).end(),
77 if (it != GetTransientChildren(losing_active).end())
window_modality_controller.cc 66 GetTransientChildren(activatable).begin();
67 it != GetTransientChildren(activatable).end();
71 return GetTransientChildren(transient).empty() ?
window_util.cc 101 const std::vector<aura::Window*>& GetTransientChildren(
window_animations.cc 92 GetTransientChildren(window_);
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc 611 wm::GetTransientChildren(window).begin();
612 for (; it != wm::GetTransientChildren(window).end(); ++it)
640 wm::GetTransientChildren(window).begin();
641 for (; it != wm::GetTransientChildren(window).end(); ++it)
668 wm::GetTransientChildren(window).begin();
669 for (; it != wm::GetTransientChildren(window).end(); ++it)
  /external/chromium_org/ash/wm/
window_util.cc 165 i < ::wm::GetTransientChildren(child).size();
168 ::wm::GetTransientChildren(child)[i],
immersive_fullscreen_controller.cc     [all...]
window_positioner.cc 118 ::wm::GetTransientChildren(window);
  /external/chromium_org/ash/display/
screen_position_controller.cc 42 ::wm::GetTransientChildren(window);
  /external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.cc 70 ::wm::GetTransientChildren(window);
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc     [all...]

Completed in 290 milliseconds