HomeSort by relevance Sort by last modified time
    Searched refs:CreateTestWindowWithDelegate (Results 1 - 18 of 18) sorted by null

  /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/wm/core/
visibility_controller_unittest.cc 34 scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithDelegate(
compound_event_filter_unittest.cc 59 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(&delegate, 1234,
120 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(&delegate, 1234,
174 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(&delegate, 1234,
199 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(&delegate, 1234,
226 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(&delegate, 1234,
input_method_event_filter_unittest.cc 61 test_window_.reset(aura::test::CreateTestWindowWithDelegate(
focus_controller_unittest.cc 411 aura::Window* w1 = aura::test::CreateTestWindowWithDelegate(
414 aura::test::CreateTestWindowWithDelegate(
417 aura::test::CreateTestWindowWithDelegate(
420 aura::Window* w2 = aura::test::CreateTestWindowWithDelegate(
423 aura::Window* w21 = aura::test::CreateTestWindowWithDelegate(
426 aura::test::CreateTestWindowWithDelegate(
429 aura::test::CreateTestWindowWithDelegate(
    [all...]
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 654 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(
705 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(
950 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(
    [all...]
  /external/chromium_org/ui/aura/
window_unittest.cc 511 scoped_ptr<Window> parent(CreateTestWindowWithDelegate(
538 CreateTestWindowWithDelegate(
563 CreateTestWindowWithDelegate(&delegate, 11, kBounds, w1.get()));
566 CreateTestWindowWithDelegate(&delegate, 1111, kBounds, w111.get()));
617 CreateTestWindowWithDelegate(&parent_delegate, 0, gfx::Rect(),
619 CreateTestWindowWithDelegate(&child_delegate, 0, gfx::Rect(), parent.get());
634 CreateTestWindowWithDelegate(&parent_delegate, 0, gfx::Rect(),
636 scoped_ptr<Window> child(CreateTestWindowWithDelegate(&child_delegate, 0,
763 scoped_ptr<Window> window(CreateTestWindowWithDelegate(
814 scoped_ptr<Window> w1(CreateTestWindowWithDelegate(
    [all...]
window_event_dispatcher_unittest.cc 112 scoped_ptr<aura::Window> window1(CreateTestWindowWithDelegate(
114 scoped_ptr<aura::Window> window2(CreateTestWindowWithDelegate(
210 scoped_ptr<Window> w1(test::CreateTestWindowWithDelegate(NULL, 1,
305 test::CreateTestWindowWithDelegate(&d, 3, gfx::Rect(30, 30, 20, 20),
651 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(
744 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(
799 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(
846 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(
913 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(
    [all...]
  /external/chromium_org/ash/
extended_desktop_unittest.cc 382 scoped_ptr<aura::Window> r1_w1(aura::test::CreateTestWindowWithDelegate(
384 scoped_ptr<aura::Window> r1_w2(aura::test::CreateTestWindowWithDelegate(
386 scoped_ptr<aura::Window> r2_w1(aura::test::CreateTestWindowWithDelegate(
452 scoped_ptr<aura::Window> r1_w1(aura::test::CreateTestWindowWithDelegate(
454 scoped_ptr<aura::Window> r1_w2(aura::test::CreateTestWindowWithDelegate(
456 scoped_ptr<aura::Window> r2_w1(aura::test::CreateTestWindowWithDelegate(
487 scoped_ptr<aura::Window> r1_w1(aura::test::CreateTestWindowWithDelegate(
489 scoped_ptr<aura::Window> r1_w2(aura::test::CreateTestWindowWithDelegate(
491 scoped_ptr<aura::Window> r2_w1(aura::test::CreateTestWindowWithDelegate(
522 scoped_ptr<aura::Window> r1_w1(aura::test::CreateTestWindowWithDelegate(
    [all...]
  /external/chromium_org/content/browser/web_contents/aura/
overscroll_navigation_overlay_unittest.cc 92 aura::test::CreateTestWindowWithDelegate(
  /external/chromium_org/ash/display/
mirror_window_controller_unittest.cc 79 scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithDelegate(
136 scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithDelegate(
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager_unittest.cc 85 aura::Window* CreateTestWindowWithDelegate(
649 scoped_ptr<aura::Window> w1(CreateTestWindowWithDelegate(
653 scoped_ptr<aura::Window> w2(CreateTestWindowWithDelegate(
674 scoped_ptr<aura::Window> window(CreateTestWindowWithDelegate(
    [all...]
  /external/chromium_org/ash/wm/
window_modality_controller_unittest.cc 241 aura::test::CreateTestWindowWithDelegate(&d, -11, gfx::Rect(), w1.get()));
536 aura::test::CreateTestWindowWithDelegate(&d, -11, gfx::Rect(), w1.get()));
538 aura::test::CreateTestWindowWithDelegate(&d, -11, gfx::Rect(), w2.get()));
564 aura::test::CreateTestWindowWithDelegate(&d, -11, gfx::Rect(), w1.get()));
566 aura::test::CreateTestWindowWithDelegate(&d, -11, gfx::Rect(), w2.get()));
system_gesture_event_filter_unittest.cc 184 aura::test::CreateTestWindowWithDelegate(
187 aura::test::CreateTestWindowWithDelegate(
190 aura::test::CreateTestWindowWithDelegate(
window_manager_unittest.cc 163 scoped_ptr<aura::Window> w121(aura::test::CreateTestWindowWithDelegate(
167 scoped_ptr<aura::Window> w122(aura::test::CreateTestWindowWithDelegate(
171 scoped_ptr<aura::Window> w123(aura::test::CreateTestWindowWithDelegate(
336 scoped_ptr<aura::Window> w11(CreateTestWindowWithDelegate(
359 scoped_ptr<aura::Window> w11(CreateTestWindowWithDelegate(
workspace_controller_unittest.cc     [all...]
  /external/chromium_org/ui/snapshot/
snapshot_aura_unittest.cc 123 test_window_.reset(aura::test::CreateTestWindowWithDelegate(

Completed in 390 milliseconds