Searched defs:w22 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/corewm/
H A Dtransient_window_stacking_client_unittest.cc47 Window* w22 = CreateTestWindowWithId(22, parent.get()); local
52 w2->AddTransientChild(w22); // w22 is now owned by w2.
67 EXPECT_EQ(w22, parent->children().back());
75 EXPECT_EQ(w22, parent->children().back());
78 parent->StackChildAbove(w21, w22);
117 Window* w22 = CreateTestWindowWithId(22, parent.get()); local
122 w2->AddTransientChild(w22); // w22 is now owned by w2.
137 EXPECT_EQ(w22, paren
[all...]
/external/chromium_org/ui/views/widget/
H A Dwidget_unittest.cc1946 // +-- w22
1952 Widget* w22 = CreateChildPlatformWidget(w2->GetNativeView()); local
1960 expected.insert(w22);

Completed in 501 milliseconds