Home
last modified time | relevance | path

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

/external/chromium_org/ash/wm/workspace/
Dworkspace_layout_manager_unittest.cc92 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 …]
Dsnap_sizer_unittest.cc38 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/
Daccelerator_commands_unittest.cc24 CreateTestWindowInShellWithBounds(gfx::Rect(5, 5, 20, 20))); in TEST_F()
Daccelerator_controller_unittest.cc476 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/
Dwindow_util_unittest.cc21 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.cc112 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()
Dbase_layout_manager_unittest.cc46 return CreateTestWindowInShellWithBounds(bounds); in CreateTestWindow()
/external/chromium_org/ash/system/web_notification/
Dweb_notification_tray_unittest.cc372 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/
Dash_test_base.h76 aura::Window* CreateTestWindowInShellWithBounds(const gfx::Rect& bounds);
Dash_test_base.cc227 aura::Window* AshTestBase::CreateTestWindowInShellWithBounds( in CreateTestWindowInShellWithBounds() function in ash::test::AshTestBase
/external/chromium_org/ash/wm/panels/
Dpanel_layout_manager_unittest.cc61 return CreateTestWindowInShellWithBounds(bounds); in CreateNormalWindow()