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

  /external/chromium_org/ui/wm/core/
transient_window_stacking_client_unittest.cc 50 Window* w22 = CreateTestWindowWithId(22, parent.get()); local
55 AddTransientChild(w2.get(), w22); // w22 is now owned by w2.
70 EXPECT_EQ(w22, parent->children().back());
78 EXPECT_EQ(w22, parent->children().back());
81 parent->StackChildAbove(w21, w22);
120 Window* w22 = CreateTestWindowWithId(22, parent.get()); local
125 AddTransientChild(w2.get(), w22); // w22 is now owned by w2.
140 EXPECT_EQ(w22, parent->children().back())
    [all...]
transient_window_manager_unittest.cc 131 Window* w22 = CreateTestWindowWithId(22, parent.get()); local
138 // w22 is now owned by w2.
139 AddTransientChild(w2.get(), w22);
157 EXPECT_EQ(w22, parent->children().back());
165 EXPECT_EQ(w22, parent->children().back());
168 parent->StackChildAbove(w21, w22);
207 Window* w22 = CreateTestWindowWithId(22, parent.get()); local
214 // w22 is now owned by w2.
215 AddTransientChild(w2.get(), w22);
233 EXPECT_EQ(w22, parent->children().back())
    [all...]
  /external/chromium_org/ui/views/widget/
widget_unittest.cc 1787 Widget* w22 = CreateChildPlatformWidget(w2->GetNativeView()); local
    [all...]

Completed in 73 milliseconds