Lines Matching defs:windows

143 // Test that creating the object and destroying it without any windows should
152 // Test that existing windows will handled properly when going into maximized
155 // Bounds for windows we know can be controlled.
177 // Create the manager and make sure that all qualifying windows were detected
188 // All other windows should not have been touched.
200 // Destroy the manager again and check that the windows return to their
216 // Test that non-maximizable windows get properly handled when going into
240 // Create the manager and make sure that all qualifying windows were detected
263 // Destroy the manager again and check that the windows return to their
274 // Test that creating windows while a maximizer exists picks them properly up.
280 // Create the windows and see that the window manager picks them up.
281 // Rects for windows we know can be controlled.
311 // All other windows should not have been touched.
323 // After the maximize mode was disabled all windows fall back into the mode
364 // Test that non-maximizable windows get properly handled when created in
368 // Create the manager and make sure that all qualifying windows were detected
386 // All windows should be sized now as big as possible and be centered.
406 // Destroy the manager again and check that the windows return to their
480 // Test that windows which got created before the maximizer was created can be
485 // Bounds for windows we know can be controlled.
498 // Create the manager and make sure that all qualifying windows were
508 // Test that windows which got created while the maximizer was running can get
515 // Bounds for windows we know can be controlled.
526 // Check that the windows got automatically maximized as well.
536 // Test that windows which were maximized stay maximized.
538 // Bounds for windows we know can be controlled.
557 // Test that minimized windows do neither get maximized nor restored upon
561 // Bounds for windows we know can be controlled.
603 // managed windows.
639 // Check that windows return to original location if desktop size changes to
661 // Then resize back to the original desktop size which should move windows
669 // order of windows.
680 // The windows should be in the reverse order of creation in the MRU list.
682 MruWindowTracker::WindowList windows =
684 EXPECT_EQ(w1.get(), windows[4]);
685 EXPECT_EQ(w2.get(), windows[3]);
686 EXPECT_EQ(w3.get(), windows[2]);
687 EXPECT_EQ(w4.get(), windows[1]);
688 EXPECT_EQ(w5.get(), windows[0]);
696 MruWindowTracker::WindowList windows =
699 EXPECT_EQ(w1.get(), windows[4]);
700 EXPECT_EQ(w2.get(), windows[3]);
701 EXPECT_EQ(w3.get(), windows[2]);
702 EXPECT_EQ(w4.get(), windows[1]);
703 EXPECT_EQ(w5.get(), windows[0]);
709 MruWindowTracker::WindowList windows =
712 EXPECT_EQ(w1.get(), windows[4]);
713 EXPECT_EQ(w2.get(), windows[3]);
714 EXPECT_EQ(w3.get(), windows[2]);
715 EXPECT_EQ(w4.get(), windows[1]);
716 EXPECT_EQ(w5.get(), windows[0]);
940 // Check that non maximizable windows cannot be dragged by the user.
992 // Bounds for windows we know can be controlled.
1008 // Destroy the manager again and check that the windows return to their
1028 // Fullscreen both windows.
1072 // Fullscreen both windows.
1108 // Fullscreen both windows.
1144 // Fullscreen both windows.