OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:overlay_window
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ash/first_run/
first_run_helper_unittest.cc
136
aura::Window*
overlay_window
= helper()->GetOverlayWidget()->GetNativeView();
local
137
overlay_window
->Focus();
138
EXPECT_TRUE(
overlay_window
->HasFocus());
140
overlay_window
->SetEventFilter(new CountingEventHandler(&mouse_events));
Completed in 35 milliseconds