Home
last modified time | relevance | path

Searched refs:CreateTestWindowWithId (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ui/views/corewm/
Dtransient_window_stacking_client_unittest.cc12 using aura::test::CreateTestWindowWithId;
39 scoped_ptr<Window> parent(CreateTestWindowWithId(0, root_window())); in TEST_F()
40 scoped_ptr<Window> w1(CreateTestWindowWithId(1, parent.get())); in TEST_F()
41 Window* w11 = CreateTestWindowWithId(11, parent.get()); in TEST_F()
42 scoped_ptr<Window> w2(CreateTestWindowWithId(2, parent.get())); in TEST_F()
43 Window* w21 = CreateTestWindowWithId(21, parent.get()); in TEST_F()
44 Window* w211 = CreateTestWindowWithId(211, parent.get()); in TEST_F()
45 Window* w212 = CreateTestWindowWithId(212, parent.get()); in TEST_F()
46 Window* w213 = CreateTestWindowWithId(213, parent.get()); in TEST_F()
47 Window* w22 = CreateTestWindowWithId(22, parent.get()); in TEST_F()
[all …]
Dwindow_animations_unittest.cc38 aura::test::CreateTestWindowWithId(0, NULL)); in TEST_F()
56 scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithId(0, NULL)); in TEST_F()
83 scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithId(0, NULL)); in TEST_F()
130 scoped_ptr<aura::Window> window(aura::test::CreateTestWindowWithId(0, NULL)); in TEST_F()
/external/chromium_org/ui/aura/
Dwindow_unittest.cc258 scoped_ptr<Window> w1(CreateTestWindowWithId(1, root_window())); in TEST_F()
259 scoped_ptr<Window> w11(CreateTestWindowWithId(11, w1.get())); in TEST_F()
260 scoped_ptr<Window> w111(CreateTestWindowWithId(111, w11.get())); in TEST_F()
261 scoped_ptr<Window> w12(CreateTestWindowWithId(12, w1.get())); in TEST_F()
315 scoped_ptr<Window> w1(CreateTestWindowWithId(1, root_window())); in TEST_F()
628 scoped_ptr<Window> w1(CreateTestWindowWithId(1, root_window())); in TEST_F()
631 scoped_ptr<Window> w111(CreateTestWindowWithId(111, w11.get())); in TEST_F()
661 scoped_ptr<Window> parent_window(CreateTestWindowWithId(1, root_window())); in TEST_F()
1457 scoped_ptr<Window> w3(CreateTestWindowWithId(3, w2.get())); in TEST_F()
1588 scoped_ptr<Window> parent(CreateTestWindowWithId(0, root_window())); in TEST_F()
[all …]
/external/chromium_org/ash/wm/
Dwindow_cycle_controller_unittest.cc31 using aura::test::CreateTestWindowWithId;
169 CreateTestWindowWithId(-2, modal_container)); in TEST_F()
242 scoped_ptr<Window> window2(CreateTestWindowWithId(2, top_container)); in TEST_F()
286 scoped_ptr<Window> window2(CreateTestWindowWithId(2, top_container)); in TEST_F()
287 scoped_ptr<Window> window3(CreateTestWindowWithId(3, top_container)); in TEST_F()
344 scoped_ptr<Window> window1(CreateTestWindowWithId(1, top_container0)); in TEST_F()
356 scoped_ptr<Window> window3(CreateTestWindowWithId(3, top_container1)); in TEST_F()
Dapp_list_controller_unittest.cc39 aura::test::CreateTestWindowWithId(0, applist_container)); in TEST_F()
/external/chromium_org/ui/aura/test/
Dtest_windows.h19 Window* CreateTestWindowWithId(int id, Window* parent);
Dtest_windows.cc16 Window* CreateTestWindowWithId(int id, Window* parent) { in CreateTestWindowWithId() function
/external/chromium_org/ui/views/widget/
Dwindow_reorderer_unittest.cc141 aura::Window* w1 = aura::test::CreateTestWindowWithId(0, in TEST_F()
145 aura::Window* w2 = aura::test::CreateTestWindowWithId(0, NULL); in TEST_F()
/external/chromium_org/ash/accelerators/
Dnested_dispatcher_controller_unittest.cc126 aura::test::CreateTestWindowWithId(0, mock_lock_container.get()); in TEST_F()
/external/chromium_org/ash/
Dextended_desktop_unittest.cc728 aura::Window* window = aura::test::CreateTestWindowWithId( in TEST_F()
737 window = aura::test::CreateTestWindowWithId(100, status_container); in TEST_F()