Home
last modified time | relevance | path

Searched refs:CreateTestWindowInShellWithDelegate (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/ash/wm/
Dwindow_modality_controller_unittest.cc47 CreateTestWindowInShellWithDelegate(&d, -1, gfx::Rect())); in TEST_F()
49 CreateTestWindowInShellWithDelegate(&d, -11, gfx::Rect())); in TEST_F()
51 CreateTestWindowInShellWithDelegate(&d, -12, gfx::Rect())); in TEST_F()
92 CreateTestWindowInShellWithDelegate(&d, -1, gfx::Rect())); in TEST_F()
94 CreateTestWindowInShellWithDelegate(&d, -11, gfx::Rect())); in TEST_F()
96 CreateTestWindowInShellWithDelegate(&d, -111, gfx::Rect())); in TEST_F()
98 CreateTestWindowInShellWithDelegate(&d, -2, gfx::Rect())); in TEST_F()
145 CreateTestWindowInShellWithDelegate(&d, -1, gfx::Rect())); in TEST_F()
147 CreateTestWindowInShellWithDelegate(&d, -11, gfx::Rect())); in TEST_F()
150 CreateTestWindowInShellWithDelegate(&d, -111, gfx::Rect()); in TEST_F()
[all …]
Dwindow_manager_unittest.cc268 scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithDelegate( in TEST_F()
272 scoped_ptr<aura::Window> w2(CreateTestWindowInShellWithDelegate( in TEST_F()
362 scoped_ptr<aura::Window> w2(CreateTestWindowInShellWithDelegate( in TEST_F()
378 scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithDelegate( in TEST_F()
403 scoped_ptr<aura::Window> w3(CreateTestWindowInShellWithDelegate( in TEST_F()
420 scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithDelegate( in TEST_F()
424 scoped_ptr<aura::Window> w2(CreateTestWindowInShellWithDelegate( in TEST_F()
497 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( in TEST_F()
611 CreateTestWindowInShellWithDelegate(&wd, 1, gfx::Rect(0, 15, 50, 50))); in TEST_F()
Dwindow_state_unittest.cc113 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( in TEST_F()
150 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( in TEST_F()
185 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( in TEST_F()
Dtoplevel_window_event_handler_unittest.cc399 CreateTestWindowInShellWithDelegate( in TEST_F()
501 CreateTestWindowInShellWithDelegate( in TEST_F()
577 CreateTestWindowInShellWithDelegate( in TEST_F()
582 CreateTestWindowInShellWithDelegate( in TEST_F()
Dimmersive_fullscreen_controller_unittest.cc750 scoped_ptr<aura::Window> behind(CreateTestWindowInShellWithDelegate( in TEST_F()
Dworkspace_controller_unittest.cc676 scoped_ptr<Window> w1(CreateTestWindowInShellWithDelegate( in TEST_F()
/external/chromium_org/ash/test/
Dash_test_base.cc217 return CreateTestWindowInShellWithDelegate(NULL, id, gfx::Rect()); in CreateTestWindowInShellWithId()
222 return CreateTestWindowInShellWithDelegate(NULL, 0, bounds); in CreateTestWindowInShellWithBounds()
228 return CreateTestWindowInShellWithDelegate( in CreateTestWindowInShell()
232 aura::Window* AshTestBase::CreateTestWindowInShellWithDelegate( in CreateTestWindowInShellWithDelegate() function in ash::test::AshTestBase
Dash_test_base.h75 aura::Window* CreateTestWindowInShellWithDelegate(
/external/chromium_org/ash/accelerators/
Daccelerator_filter_unittest.cc46 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( in TEST_F()
Dmagnifier_key_scroller_unittest.cc43 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( in TEST_F()
/external/chromium_org/ash/wm/gestures/
Doverview_gesture_handler_unittest.cc24 return CreateTestWindowInShellWithDelegate(&delegate_, -1, bounds); in CreateWindow()
/external/chromium_org/ash/drag_drop/
Ddrag_drop_tracker_unittest.cc26 return CreateTestWindowInShellWithDelegate( in CreateTestWindow()
/external/chromium_org/ash/wm/workspace/
Dworkspace_layout_manager_unittest.cc609 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( in TEST_F()
1076 scoped_ptr<aura::Window> parent_window(CreateTestWindowInShellWithDelegate( in TEST_F()
1079 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( in TEST_F()
1115 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( in TEST_F()
Dworkspace_window_resizer_unittest.cc190 CreateTestWindowInShellWithDelegate(&touch_resize_delegate_, 0, in InitTouchResizeWindow()
/external/chromium_org/ash/autoclick/
Dautoclick_unittest.cc302 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( in TEST_F()
/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager_unittest.cc365 CreateTestWindowInShellWithDelegate(NULL, 1, bounds)); in TEST_P()
379 CreateTestWindowInShellWithDelegate(NULL, 2, bounds)); in TEST_P()
/external/chromium_org/ash/wm/overview/
Dwindow_selector_unittest.cc87 return CreateTestWindowInShellWithDelegate(&delegate_, -1, bounds); in CreateWindow()
91 return CreateTestWindowInShellWithDelegate(&delegate_, id, bounds); in CreateWindowWithId()
/external/chromium_org/ash/
Droot_window_controller_unittest.cc193 aura::Window* d2 = CreateTestWindowInShellWithDelegate( in TEST_F()