/external/chromium_org/ash/wm/ |
D | window_modality_controller_unittest.cc | 47 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 …]
|
D | window_manager_unittest.cc | 268 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()
|
D | window_state_unittest.cc | 113 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()
|
D | toplevel_window_event_handler_unittest.cc | 399 CreateTestWindowInShellWithDelegate( in TEST_F() 501 CreateTestWindowInShellWithDelegate( in TEST_F() 577 CreateTestWindowInShellWithDelegate( in TEST_F() 582 CreateTestWindowInShellWithDelegate( in TEST_F()
|
D | immersive_fullscreen_controller_unittest.cc | 750 scoped_ptr<aura::Window> behind(CreateTestWindowInShellWithDelegate( in TEST_F()
|
D | workspace_controller_unittest.cc | 676 scoped_ptr<Window> w1(CreateTestWindowInShellWithDelegate( in TEST_F()
|
/external/chromium_org/ash/test/ |
D | ash_test_base.cc | 217 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
|
D | ash_test_base.h | 75 aura::Window* CreateTestWindowInShellWithDelegate(
|
/external/chromium_org/ash/accelerators/ |
D | accelerator_filter_unittest.cc | 46 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( in TEST_F()
|
D | magnifier_key_scroller_unittest.cc | 43 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( in TEST_F()
|
/external/chromium_org/ash/wm/gestures/ |
D | overview_gesture_handler_unittest.cc | 24 return CreateTestWindowInShellWithDelegate(&delegate_, -1, bounds); in CreateWindow()
|
/external/chromium_org/ash/drag_drop/ |
D | drag_drop_tracker_unittest.cc | 26 return CreateTestWindowInShellWithDelegate( in CreateTestWindow()
|
/external/chromium_org/ash/wm/workspace/ |
D | workspace_layout_manager_unittest.cc | 609 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()
|
D | workspace_window_resizer_unittest.cc | 190 CreateTestWindowInShellWithDelegate(&touch_resize_delegate_, 0, in InitTouchResizeWindow()
|
/external/chromium_org/ash/autoclick/ |
D | autoclick_unittest.cc | 302 scoped_ptr<aura::Window> window(CreateTestWindowInShellWithDelegate( in TEST_F()
|
/external/chromium_org/ash/wm/dock/ |
D | docked_window_layout_manager_unittest.cc | 365 CreateTestWindowInShellWithDelegate(NULL, 1, bounds)); in TEST_P() 379 CreateTestWindowInShellWithDelegate(NULL, 2, bounds)); in TEST_P()
|
/external/chromium_org/ash/wm/overview/ |
D | window_selector_unittest.cc | 87 return CreateTestWindowInShellWithDelegate(&delegate_, -1, bounds); in CreateWindow() 91 return CreateTestWindowInShellWithDelegate(&delegate_, id, bounds); in CreateWindowWithId()
|
/external/chromium_org/ash/ |
D | root_window_controller_unittest.cc | 193 aura::Window* d2 = CreateTestWindowInShellWithDelegate( in TEST_F()
|