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

  /external/chromium_org/ash/wm/
window_modality_controller_unittest.cc 351 // - A |parent| window that hosts a |modal_parent| window within itself. The
352 // |parent| and |modal_parent| windows are not the same window. The
353 // |modal_parent| window is not activatable, because it's contained within the
356 // |modal_parent| window.
358 // - Clicking on the |modal_parent| should activate the |child| window.
359 // - Clicking on the |parent| window outside of the |modal_parent| bounds should
374 aura::Window* modal_parent = delegate->GetModalParent(); local
375 EXPECT_NE(static_cast<aura::Window*>(NULL), modal_parent); local
376 EXPECT_NE(parent, modal_parent);
377 EXPECT_FALSE(wm::IsActiveWindow(modal_parent));
434 aura::Window* modal_parent = delegate->GetModalParent(); local
435 EXPECT_NE(static_cast<aura::Window*>(NULL), modal_parent); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 677 gfx::NativeWindow modal_parent = platform_util::GetTopLevel( local
681 modal_parent,
706 gfx::NativeWindow modal_parent = platform_util::GetTopLevel( local
710 modal_parent,
    [all...]

Completed in 1022 milliseconds