Home | History | Annotate | Download | only in wm

Lines Matching refs:modal

66   explicit TestWindow(bool modal) : modal_(modal) {}
96 explicit EventTestWindow(bool modal) : TestWindow(modal),
165 aura::Window* OpenToplevelTestWindow(bool modal) {
167 new TestWindow(modal), CurrentContext());
172 aura::Window* OpenTestWindowWithParent(aura::Window* parent, bool modal) {
174 views::Widget::CreateWindowWithParent(new TestWindow(modal), parent);
237 // Now open another modal transient parented to the original modal transient.
277 // Now open another modal transient parented to the original modal transient.
298 // Tests that we can activate an unrelated window after a modal window is closed
342 // Create a modal window for the main window and verify that the main window
355 // the mouse event instead of the modal window (crbug.com/110920).
365 // Make sure that a modal container created by the lock screen can still
381 // Makes sure we don't crash if a modal window is shown while the parent window
390 // Create a modal window.
398 // Verifies we generate a capture lost when showing a modal window.
459 // Normal system modal window. Shows normal system modal background and not
471 // Normal system modal window while blocked. Shows blocked system modal
486 // Normal system modal window while blocked, but it belongs to the normal
487 // window. Shouldn't show blocked system modal background, but normal.
495 // Here we should check the behavior of the locked system modal dialog when
552 // No more modal screen.
559 // Test that with the visible keyboard, an existing system modal dialog gets
571 // Create a modal window.
608 // Create a modal window.
638 // Create a modal window.