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));
438 scoped_ptr<Window> w111(
441 CreateTestWindow(SK_ColorRED, 1111, gfx::Rect(5, 5, 50, 50), w111.get()));
459 w111->SetTransform(transform);
533 scoped_ptr<Window> w111(
536 CreateTestWindow(SK_ColorRED, 1111, gfx::Rect(5, 5, 50, 50), w111
2564 Window* w111 = new Window(NULL); local
2962 Window* w111 = CreateTestWindowWithId(111, w11); local
3112 Window* w111 = new Window(NULL); local
3192 Window* w111 = new Window(NULL); local
3309 Window* w111 = new Window(&w111_delegate); local
3374 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 w11->AddTransientChild(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.cc156 scoped_ptr<aura::Window> w111(aura::test::CreateTestWindow(
159 SK_ColorRED, -1111, gfx::Rect(5, 5, 50, 50), w111.get()));

Completed in 1468 milliseconds