/external/chromium_org/ui/aura/test/ |
test_windows.cc | 17 return CreateTestWindowWithDelegate(NULL, id, gfx::Rect(), parent); 21 return CreateTestWindowWithDelegate(NULL, 0, bounds, parent); 28 return CreateTestWindowWithDelegate(new ColorTestWindowDelegate(color), 32 Window* CreateTestWindowWithDelegate(WindowDelegate* delegate,
|
test_windows.h | 25 Window* CreateTestWindowWithDelegate(WindowDelegate* delegate,
|
/external/chromium_org/ui/views/corewm/ |
compound_event_filter_unittest.cc | 59 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(&delegate, 1234, 105 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(&delegate, 1234, 159 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(&delegate, 1234, 184 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(&delegate, 1234,
|
input_method_event_filter_unittest.cc | 64 scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithDelegate(
|
visibility_controller_unittest.cc | 35 aura::test::CreateTestWindowWithDelegate(
|
focus_controller_unittest.cc | 296 aura::Window* w1 = aura::test::CreateTestWindowWithDelegate( 299 aura::test::CreateTestWindowWithDelegate( 302 aura::test::CreateTestWindowWithDelegate( 305 aura::Window* w2 = aura::test::CreateTestWindowWithDelegate( 308 aura::Window* w21 = aura::test::CreateTestWindowWithDelegate( 311 aura::test::CreateTestWindowWithDelegate( 314 aura::test::CreateTestWindowWithDelegate( [all...] |
/external/chromium_org/ui/aura/ |
window_unittest.cc | 578 scoped_ptr<Window> parent(CreateTestWindowWithDelegate( 605 CreateTestWindowWithDelegate( 630 CreateTestWindowWithDelegate(&delegate, 11, kBounds, w1.get())); 633 CreateTestWindowWithDelegate(&delegate, 1111, kBounds, w111.get())); 684 CreateTestWindowWithDelegate(&parent_delegate, 0, gfx::Rect(), 686 CreateTestWindowWithDelegate(&child_delegate, 0, gfx::Rect(), parent.get()); 701 CreateTestWindowWithDelegate(&parent_delegate, 0, gfx::Rect(), 703 scoped_ptr<Window> child(CreateTestWindowWithDelegate(&child_delegate, 0, 830 scoped_ptr<Window> window(CreateTestWindowWithDelegate( 881 scoped_ptr<Window> w1(CreateTestWindowWithDelegate( [all...] |
root_window_unittest.cc | 109 scoped_ptr<aura::Window> window1(CreateTestWindowWithDelegate( 111 scoped_ptr<aura::Window> window2(CreateTestWindowWithDelegate( 200 scoped_ptr<Window> w1(test::CreateTestWindowWithDelegate(NULL, 1, 295 test::CreateTestWindowWithDelegate(&d, 3, gfx::Rect(30, 30, 20, 20), 583 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( 669 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( 726 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( 761 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( [all...] |
/external/chromium_org/ui/aura/gestures/ |
gesture_recognizer_unittest.cc | 704 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( 755 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( 995 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( [all...] |
/external/chromium_org/ash/display/ |
mirror_window_controller_unittest.cc | 80 scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithDelegate( 137 scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithDelegate(
|
/external/chromium_org/ash/wm/dock/ |
docked_window_layout_manager_unittest.cc | 88 aura::Window* CreateTestWindowWithDelegate( 656 scoped_ptr<aura::Window> w1(CreateTestWindowWithDelegate( 660 scoped_ptr<aura::Window> w2(CreateTestWindowWithDelegate( 681 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate( [all...] |
/external/chromium_org/ash/wm/ |
window_manager_unittest.cc | 164 scoped_ptr<aura::Window> w121(aura::test::CreateTestWindowWithDelegate( 168 scoped_ptr<aura::Window> w122(aura::test::CreateTestWindowWithDelegate( 172 scoped_ptr<aura::Window> w123(aura::test::CreateTestWindowWithDelegate( 332 scoped_ptr<aura::Window> w11(CreateTestWindowWithDelegate( 355 scoped_ptr<aura::Window> w11(CreateTestWindowWithDelegate(
|
window_modality_controller_unittest.cc | 217 aura::test::CreateTestWindowWithDelegate(&d, -11, gfx::Rect(), w1.get())); 512 aura::test::CreateTestWindowWithDelegate(&d, -11, gfx::Rect(), w1.get())); 514 aura::test::CreateTestWindowWithDelegate(&d, -11, gfx::Rect(), w2.get())); 540 aura::test::CreateTestWindowWithDelegate(&d, -11, gfx::Rect(), w1.get())); 542 aura::test::CreateTestWindowWithDelegate(&d, -11, gfx::Rect(), w2.get()));
|
system_gesture_event_filter_unittest.cc | 239 aura::test::CreateTestWindowWithDelegate( 242 aura::test::CreateTestWindowWithDelegate( 245 aura::test::CreateTestWindowWithDelegate(
|
workspace_controller_unittest.cc | [all...] |
/external/chromium_org/ash/ |
extended_desktop_unittest.cc | 410 scoped_ptr<aura::Window> r1_w1(aura::test::CreateTestWindowWithDelegate( 412 scoped_ptr<aura::Window> r1_w2(aura::test::CreateTestWindowWithDelegate( 414 scoped_ptr<aura::Window> r2_w1(aura::test::CreateTestWindowWithDelegate( 503 scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithDelegate( [all...] |
/external/chromium_org/ui/snapshot/ |
snapshot_aura_unittest.cc | 94 test_window_.reset(aura::test::CreateTestWindowWithDelegate(
|