HomeSort by relevance Sort by last modified time
    Searched defs:w111 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/
window_modality_controller_unittest.cc 83 // 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.get()))
149 aura::Window* w111 = local
    [all...]
  /external/chromium_org/ui/aura/
window_unittest.cc 260 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.get()))
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...]

Completed in 4876 milliseconds