OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateTestWindowWithId
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/ui/views/corewm/
transient_window_stacking_client_unittest.cc
12
using aura::test::
CreateTestWindowWithId
;
39
scoped_ptr<Window> parent(
CreateTestWindowWithId
(0, root_window()));
40
scoped_ptr<Window> w1(
CreateTestWindowWithId
(1, parent.get()));
41
Window* w11 =
CreateTestWindowWithId
(11, parent.get());
42
scoped_ptr<Window> w2(
CreateTestWindowWithId
(2, parent.get()));
43
Window* w21 =
CreateTestWindowWithId
(21, parent.get());
44
Window* w211 =
CreateTestWindowWithId
(211, parent.get());
45
Window* w212 =
CreateTestWindowWithId
(212, parent.get());
46
Window* w213 =
CreateTestWindowWithId
(213, parent.get());
47
Window* w22 =
CreateTestWindowWithId
(22, parent.get())
[
all
...]
window_animations_unittest.cc
38
aura::test::
CreateTestWindowWithId
(0, NULL));
56
scoped_ptr<aura::Window> window(aura::test::
CreateTestWindowWithId
(0, NULL));
83
scoped_ptr<aura::Window> window(aura::test::
CreateTestWindowWithId
(0, NULL));
130
scoped_ptr<aura::Window> window(aura::test::
CreateTestWindowWithId
(0, NULL));
/external/chromium_org/ash/wm/
app_list_controller_unittest.cc
39
aura::test::
CreateTestWindowWithId
(0, applist_container));
window_cycle_controller_unittest.cc
31
using aura::test::
CreateTestWindowWithId
;
169
CreateTestWindowWithId
(-2, modal_container));
242
scoped_ptr<Window> window2(
CreateTestWindowWithId
(2, top_container));
286
scoped_ptr<Window> window2(
CreateTestWindowWithId
(2, top_container));
287
scoped_ptr<Window> window3(
CreateTestWindowWithId
(3, top_container));
344
scoped_ptr<Window> window1(
CreateTestWindowWithId
(1, top_container0));
356
scoped_ptr<Window> window3(
CreateTestWindowWithId
(3, top_container1));
/external/chromium_org/ui/aura/test/
test_windows.h
19
Window*
CreateTestWindowWithId
(int id, Window* parent);
test_windows.cc
16
Window*
CreateTestWindowWithId
(int id, Window* parent) {
/external/chromium_org/ui/aura/
window_unittest.cc
258
scoped_ptr<Window> w1(
CreateTestWindowWithId
(1, root_window()));
259
scoped_ptr<Window> w11(
CreateTestWindowWithId
(11, w1.get()));
260
scoped_ptr<Window> w111(
CreateTestWindowWithId
(111, w11.get()));
261
scoped_ptr<Window> w12(
CreateTestWindowWithId
(12, w1.get()));
315
scoped_ptr<Window> w1(
CreateTestWindowWithId
(1, root_window()));
628
scoped_ptr<Window> w1(
CreateTestWindowWithId
(1, root_window()));
631
scoped_ptr<Window> w111(
CreateTestWindowWithId
(111, w11.get()));
661
scoped_ptr<Window> parent_window(
CreateTestWindowWithId
(1, root_window()));
[
all
...]
/external/chromium_org/ui/views/widget/
window_reorderer_unittest.cc
141
aura::Window* w1 = aura::test::
CreateTestWindowWithId
(0,
145
aura::Window* w2 = aura::test::
CreateTestWindowWithId
(0, NULL);
/external/chromium_org/ash/accelerators/
nested_dispatcher_controller_unittest.cc
126
aura::test::
CreateTestWindowWithId
(0, mock_lock_container.get());
/external/chromium_org/ash/
extended_desktop_unittest.cc
728
aura::Window* window = aura::test::
CreateTestWindowWithId
(
737
window = aura::test::
CreateTestWindowWithId
(100, status_container);
[
all
...]
Completed in 1062 milliseconds