Home
last modified time | relevance | path

Searched refs:CreateTestWindowInShellWithBounds (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/ash/wm/workspace/
Dworkspace_layout_manager_unittest.cc107 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 3, 4))); in TEST_F()
156 CreateTestWindowInShellWithBounds(gfx::Rect(10, -400, 200, 200))); in TEST_F()
161 CreateTestWindowInShellWithBounds(gfx::Rect(10, -600, 200, 200))); in TEST_F()
169 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 30, 40))); in TEST_F()
214 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 30, 40))); in TEST_F()
264 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 30, 40))); in TEST_F()
346 CreateTestWindowInShellWithBounds(gfx::Rect(12, 20, 30, 40))); in TEST_F()
360 CreateTestWindowInShellWithBounds(gfx::Rect(10, 20, 30, 40))); in TEST_F()
392 CreateTestWindowInShellWithBounds(window_bounds)); in TEST_F()
401 CreateTestWindowInShellWithBounds(window_bounds)); in TEST_F()
[all …]
/external/chromium_org/ash/accelerators/
Daccelerator_commands_unittest.cc24 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20))); in TEST_F()
26 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20))); in TEST_F()
Daccelerator_controller_unittest.cc428 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20))); in TEST_F()
484 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20))); in TEST_F()
1108 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20))); in TEST_F()
1235 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20))); in TEST_F()
/external/chromium_org/ash/wm/
Dwindow_state_unittest.cc67 CreateTestWindowInShellWithBounds(gfx::Rect(100, 100, 100, 100))); in TEST_F()
204 CreateTestWindowInShellWithBounds(gfx::Rect(100, 100, 100, 100))); in TEST_F()
225 CreateTestWindowInShellWithBounds(gfx::Rect(100, 100, 100, 100))); in TEST_F()
Dwindow_util_unittest.cc32 CreateTestWindowInShellWithBounds(gfx::Rect(12, 20, 100, 100))); in TEST_F()
Dmru_window_tracker_unittest.cc24 return CreateTestWindowInShellWithBounds(gfx::Rect(0, 0, 400, 400)); in CreateWindow()
Dworkspace_controller_unittest.cc114 aura::Window* window = CreateTestWindowInShellWithBounds(bounds); in CreatePopupLikeWindow()
949 CreateTestWindowInShellWithBounds(gfx::Rect(100, 100, 100, 100))); in TEST_F()
951 CreateTestWindowInShellWithBounds(gfx::Rect(110, 110, 100, 100))); in TEST_F()
953 CreateTestWindowInShellWithBounds(gfx::Rect(120, 120, 100, 100))); in TEST_F()
1040 CreateTestWindowInShellWithBounds(default_bounds)); in TEST_F()
1048 CreateTestWindowInShellWithBounds(default_bounds)); in TEST_F()
Dsystem_gesture_event_filter_unittest.cc579 CreateTestWindowInShellWithBounds(gfx::Rect(100, 100))); in TEST_F()
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray_unittest.cc363 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 3, 4))); in TEST_F()
379 window.reset(CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 3, 4))); in TEST_F()
425 CreateTestWindowInShellWithBounds(gfx::Rect(1, 2, 3, 4))); in TEST_F()
/external/chromium_org/ash/system/overview/
Doverview_button_tray_unittest.cc80 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20))); in TEST_F()
/external/chromium_org/ash/test/
Dash_test_base.h69 aura::Window* CreateTestWindowInShellWithBounds(const gfx::Rect& bounds);
Dash_test_base.cc224 aura::Window* AshTestBase::CreateTestWindowInShellWithBounds( in CreateTestWindowInShellWithBounds() function in ash::test::AshTestBase
/external/chromium_org/ash/wm/panels/
Dpanel_window_resizer_unittest.cc405 CreateTestWindowInShellWithBounds(gfx::Rect(600, 0, 101, 101))); in TEST_F()
Dpanel_layout_manager_unittest.cc61 return CreateTestWindowInShellWithBounds(bounds); in CreateNormalWindow()