/external/chromium_org/ash/wm/workspace/ |
D | workspace_layout_manager_unittest.cc | 92 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 3, 4))); in TEST_F() 141 CreateTestWindowInShellWithBounds(gfx::Rect(10, -400, 200, 200))); in TEST_F() 146 CreateTestWindowInShellWithBounds(gfx::Rect(10, -600, 200, 200))); in TEST_F() 154 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 30, 40))); in TEST_F() 199 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 30, 40))); in TEST_F() 249 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 30, 40))); in TEST_F() 331 CreateTestWindowInShellWithBounds(gfx::Rect(12, 20, 30, 40))); in TEST_F() 345 CreateTestWindowInShellWithBounds(gfx::Rect(10, 20, 30, 40))); in TEST_F() 361 CreateTestWindowInShellWithBounds(window_bounds)); in TEST_F() 370 CreateTestWindowInShellWithBounds(window_bounds)); in TEST_F() [all …]
|
D | snap_sizer_unittest.cc | 38 CreateTestWindowInShellWithBounds(gfx::Rect(100, 100, 100, 100))); in TEST_F() 118 CreateTestWindowInShellWithBounds(gfx::Rect(100, 100, 100, 100))); in TEST_F() 194 CreateTestWindowInShellWithBounds(gfx::Rect(100, 100, 100, 100))); in TEST_F() 243 CreateTestWindowInShellWithBounds(gfx::Rect(100, 100, 100, 100))); in TEST_F() 292 CreateTestWindowInShellWithBounds(gfx::Rect(100, 100, 100, 100))); in TEST_F() 331 CreateTestWindowInShellWithBounds(gfx::Rect(100, 100, 100, 100))); in TEST_F()
|
/external/chromium_org/ash/accelerators/ |
D | accelerator_commands_unittest.cc | 24 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20))); in TEST_F()
|
D | accelerator_controller_unittest.cc | 476 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20))); in TEST_F() 544 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20))); in TEST_F() 616 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20))); in TEST_F() 1233 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20))); in TEST_F() 1375 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20))); in TEST_F()
|
/external/chromium_org/ash/wm/ |
D | window_util_unittest.cc | 21 CreateTestWindowInShellWithBounds(gfx::Rect(12, 20, 100, 100))); in TEST_F()
|
D | mru_window_tracker_unittest.cc | 24 return CreateTestWindowInShellWithBounds(gfx::Rect(0, 0, 400, 400)); in CreateWindow()
|
D | workspace_controller_unittest.cc | 112 aura::Window* window = CreateTestWindowInShellWithBounds(bounds); in CreatePopupLikeWindow() 872 CreateTestWindowInShellWithBounds(gfx::Rect(100, 100, 100, 100))); in TEST_F() 874 CreateTestWindowInShellWithBounds(gfx::Rect(110, 110, 100, 100))); in TEST_F() 876 CreateTestWindowInShellWithBounds(gfx::Rect(120, 120, 100, 100))); in TEST_F()
|
D | base_layout_manager_unittest.cc | 46 return CreateTestWindowInShellWithBounds(bounds); in CreateTestWindow()
|
/external/chromium_org/ash/system/web_notification/ |
D | web_notification_tray_unittest.cc | 372 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 3, 4))); in TEST_F() 388 window.reset(CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 3, 4))); in TEST_F() 434 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 3, 4))); in TEST_F()
|
/external/chromium_org/ash/test/ |
D | ash_test_base.h | 76 aura::Window* CreateTestWindowInShellWithBounds(const gfx::Rect& bounds);
|
D | ash_test_base.cc | 227 aura::Window* AshTestBase::CreateTestWindowInShellWithBounds( in CreateTestWindowInShellWithBounds() function in ash::test::AshTestBase
|
/external/chromium_org/ash/wm/panels/ |
D | panel_layout_manager_unittest.cc | 61 return CreateTestWindowInShellWithBounds(bounds); in CreateNormalWindow()
|