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

  /external/chromium_org/ui/wm/core/
window_modality_controller.h 28 WM_EXPORT aura::Window* GetModalTransient(aura::Window* window);
base_focus_rules.cc 78 return !GetModalTransient(window);
118 aura::Window* modal_transient = GetModalTransient(child);
126 GetModalTransient(wm::GetTransientParent(child));
window_modality_controller.cc 84 aura::Window* GetModalTransient(aura::Window* window) {
119 if (GetModalTransient(target))
184 aura::Window* modal_transient_child = GetModalTransient(target);
  /external/chromium_org/ash/wm/
window_modality_controller_unittest.cc 235 // the parent of w1, and that GetModalTransient(w11) returns w2.
236 TEST_F(WindowModalityControllerTest, GetModalTransient) {
247 wt = ::wm::GetModalTransient(w1.get());
256 wt = ::wm::GetModalTransient(w1.get());
261 wt = ::wm::GetModalTransient(w11.get());
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc 829 if (!wm::GetModalTransient(local_window)) {
    [all...]

Completed in 70 milliseconds