OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:widget_on_1st
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ash/
extended_desktop_unittest.cc
184
views::Widget*
widget_on_1st
= CreateTestWidget(gfx::Rect(10, 10, 100, 100));
local
187
EXPECT_EQ(root_windows[0],
widget_on_1st
->GetNativeView()->GetRootWindow());
196
event_generator.MoveMouseToCenterOf(
widget_on_1st
->GetNativeView());
199
EXPECT_EQ(
widget_on_1st
->GetNativeView(),
201
EXPECT_TRUE(wm::IsActiveWindow(
widget_on_1st
->GetNativeView()));
218
views::Widget*
widget_on_1st
= CreateTestWidget(gfx::Rect(10, 10, 100, 100));
local
219
EXPECT_TRUE(wm::IsActiveWindow(
widget_on_1st
->GetNativeView()));
220
EXPECT_EQ(root_windows[0],
widget_on_1st
->GetNativeView()->GetRootWindow());
235
// Clicking a widget on
widget_on_1st
display should not change activation.
236
event_generator.MoveMouseToCenterOf(
widget_on_1st
->GetNativeView())
[
all
...]
Completed in 35 milliseconds