OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:w21
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/corewm/
transient_window_stacking_client_unittest.cc
43
Window*
w21
= CreateTestWindowWithId(21, parent.get());
local
51
w2->AddTransientChild(
w21
); //
w21
is now owned by w2.
53
w21
->AddTransientChild(w211); // w211 is now owned by
w21
.
54
w21
->AddTransientChild(w212); // w212 is now owned by
w21
.
55
w21
->AddTransientChild(w213); // w213 is now owned by
w21
.
74
parent->StackChildAbove(
w21
, w1.get())
113
Window*
w21
= CreateTestWindowWithId(21, parent.get());
local
[
all
...]
focus_controller_unittest.cc
293
// | +--
w21
308
aura::Window*
w21
= aura::test::CreateTestWindowWithDelegate(
variable
313
gfx::Rect(1, 1, 5, 5),
w21
);
863
// Normally, focus would shift to the parent (
w21
) but the override shifts
[
all
...]
/external/chromium_org/ui/views/widget/
widget_unittest.cc
1951
Widget*
w21
= CreateChildPlatformWidget(w2->GetNativeView());
local
[
all
...]
Completed in 69 milliseconds