Searched refs:w111 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc260 scoped_ptr<Window> w111(CreateTestWindowWithId(111, w11.get()));
265 EXPECT_EQ(w111.get(), w1->GetChildById(111));
328 scoped_ptr<Window> w111(
331 CreateTestWindow(SK_ColorRED, 1111, gfx::Rect(5, 5, 50, 50), w111.get()));
343 w111->MoveCursorTo(gfx::Point(10, 10));
426 scoped_ptr<Window> w111(
429 CreateTestWindow(SK_ColorRED, 1111, gfx::Rect(5, 5, 50, 50), w111.get()));
447 w111->SetTransform(transform);
466 scoped_ptr<Window> w111(
469 CreateTestWindow(SK_ColorRED, 1111, gfx::Rect(5, 5, 50, 50), w111
2227 Window* w111 = new Window(NULL); local
2682 Window* w111 = CreateTestWindowWithId(111, w11); local
2788 Window* w111 = new Window(NULL); local
2868 Window* w111 = new Window(NULL); local
2985 Window* w111 = new Window(&w111_delegate); local
3050 Window* w111 = new Window(NULL); local
[all...]
/external/chromium_org/ash/wm/
H A Dwindow_modality_controller_unittest.cc83 // Create two toplevel windows w1 and w2, and nest two modals w11 and w111 below
86 // - activating w1 while w11/w111 is showing always activates most deeply nested
95 scoped_ptr<aura::Window> w111(
101 ::wm::AddTransientChild(w11.get(), w111.get());
110 w111->SetProperty(aura::client::kModalKey, ui::MODAL_TYPE_WINDOW);
113 EXPECT_TRUE(wm::IsActiveWindow(w111.get()));
118 EXPECT_TRUE(wm::IsActiveWindow(w111.get()));
121 wm::ActivateWindow(w111.get());
122 EXPECT_TRUE(wm::IsActiveWindow(w111.get()));
131 EXPECT_TRUE(wm::IsActiveWindow(w111
149 aura::Window* w111 = local
[all...]
H A Dwindow_manager_unittest.cc155 scoped_ptr<aura::Window> w111(aura::test::CreateTestWindow(
158 SK_ColorRED, -1111, gfx::Rect(5, 5, 50, 50), w111.get()));

Completed in 1344 milliseconds