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

  /external/chromium_org/ash/wm/
window_modality_controller_unittest.cc 381 // - A |parent| window that hosts a |modal_parent| window within itself. The
382 // |parent| and |modal_parent| windows are not the same window. The
383 // |modal_parent| window is not activatable, because it's contained within the
386 // |modal_parent| window.
388 // - Clicking on the |modal_parent| should activate the |child| window.
389 // - Clicking on the |parent| window outside of the |modal_parent| bounds should
404 aura::Window* modal_parent = delegate->GetModalParent(); local
405 EXPECT_NE(static_cast<aura::Window*>(NULL), modal_parent); local
406 EXPECT_NE(parent, modal_parent);
407 EXPECT_FALSE(wm::IsActiveWindow(modal_parent));
464 aura::Window* modal_parent = delegate->GetModalParent(); local
465 EXPECT_NE(static_cast<aura::Window*>(NULL), modal_parent); local
    [all...]
  /external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.cc 233 aura::Window* modal_parent = GetModalTransientParent(window); local
234 if (modal_parent)
235 CopyWindowAndTransientParents(target_root, modal_parent);
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 1012 gfx::NativeWindow modal_parent = platform_util::GetTopLevel( local
    [all...]

Completed in 205 milliseconds