Home | History | Annotate | Download | only in aura

Lines Matching refs:CreateTestWindowWithId

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()));
1457 scoped_ptr<Window> w3(CreateTestWindowWithId(3, w2.get()));
1588 scoped_ptr<Window> parent(CreateTestWindowWithId(0, root_window()));
1589 scoped_ptr<Window> w1(CreateTestWindowWithId(1, parent.get()));
1590 scoped_ptr<Window> w3(CreateTestWindowWithId(3, parent.get()));
1591 Window* w2 = CreateTestWindowWithId(2, parent.get());
1604 w1.reset(CreateTestWindowWithId(4, parent.get()));
1605 w2 = CreateTestWindowWithId(5, w3.get());
1627 scoped_ptr<Window> w(CreateTestWindowWithId(0, root_window()));
1686 scoped_ptr<Window> w(CreateTestWindowWithId(0, root_window()));
1846 scoped_ptr<Window> w1(CreateTestWindowWithId(1, root_window()));
1850 scoped_ptr<Window> w2(CreateTestWindowWithId(2, w1.get()));
1859 scoped_ptr<Window> w3(CreateTestWindowWithId(3, root_window()));
1871 scoped_ptr<Window> w1(CreateTestWindowWithId(1, root_window()));
1872 scoped_ptr<Window> w2(CreateTestWindowWithId(1, w1.get()));
1913 scoped_ptr<Window> w1(CreateTestWindowWithId(1, root_window()));
1919 scoped_ptr<Window> parent(CreateTestWindowWithId(1, root_window()));
1920 Window* child = CreateTestWindowWithId(1, parent.get()); // owned by parent
1928 scoped_ptr<Window> w1(CreateTestWindowWithId(1, root_window()));
1957 scoped_ptr<Window> window1(CreateTestWindowWithId(1, root_window()));
1958 scoped_ptr<Window> window2(CreateTestWindowWithId(2, root_window()));
2040 scoped_ptr<Window> window1(CreateTestWindowWithId(1, root_window()));
2042 scoped_ptr<Window> window2(CreateTestWindowWithId(2, root_window()));
2044 scoped_ptr<Window> window3(CreateTestWindowWithId(3, root_window()));
2060 scoped_ptr<Window> window1(CreateTestWindowWithId(1, root_window()));
2062 scoped_ptr<Window> window2(CreateTestWindowWithId(2, root_window()));
2064 scoped_ptr<Window> window3(CreateTestWindowWithId(3, root_window()));
2098 scoped_ptr<Window> window1(CreateTestWindowWithId(1, root_window()));
2102 scoped_ptr<Window> window2(CreateTestWindowWithId(2, root_window()));
2103 scoped_ptr<Window> window3(CreateTestWindowWithId(3, root_window()));
2147 scoped_ptr<Window> window(CreateTestWindowWithId(1, root_window()));
2347 scoped_ptr<Window> window1(CreateTestWindowWithId(1, root_window()));
2385 scoped_ptr<Window> window1(CreateTestWindowWithId(1, root_window()));
2387 scoped_ptr<Window> window2(CreateTestWindowWithId(2, root_window()));
2445 scoped_ptr<Window> window3(CreateTestWindowWithId(3, root_window()));
2785 scoped_ptr<Window> w1(CreateTestWindowWithId(1, root_window()));
2786 scoped_ptr<Window> w2(CreateTestWindowWithId(1, root_window()));
2860 scoped_ptr<Window> w1(CreateTestWindowWithId(1, NULL));
2906 scoped_ptr<Window> w1(CreateTestWindowWithId(1, NULL));
2907 Window* w11 = CreateTestWindowWithId(11, w1.get());
2960 scoped_ptr<Window> w1(CreateTestWindowWithId(1, root_window()));
2961 Window* w11 = CreateTestWindowWithId(11, w1.get());
2962 Window* w111 = CreateTestWindowWithId(111, w11);
2963 scoped_ptr<Window> w2(CreateTestWindowWithId(2, root_window()));