OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
.get()))
149
aura::Window*
w111
=
local
[
all
...]
/external/chromium_org/ui/aura/
window_unittest.cc
284
scoped_ptr<Window>
w111
(CreateTestWindowWithId(111, w11.get()));
289
EXPECT_EQ(
w111
.get(), w1->GetChildById(111));
352
scoped_ptr<Window>
w111
(
355
CreateTestWindow(SK_ColorRED, 1111, gfx::Rect(5, 5, 50, 50),
w111
.get()));
367
w111
->MoveCursorTo(gfx::Point(10, 10));
463
scoped_ptr<Window>
w111
(
466
CreateTestWindow(SK_ColorRED, 1111, gfx::Rect(5, 5, 50, 50),
w111
.get()));
484
w111
->SetTransform(transform);
558
scoped_ptr<Window>
w111
(
561
CreateTestWindow(SK_ColorRED, 1111, gfx::Rect(5, 5, 50, 50),
w111
.get()))
2607
Window*
w111
= new Window(NULL);
local
3005
Window*
w111
= CreateTestWindowWithId(111, w11);
local
[
all
...]
Completed in 3341 milliseconds