OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:w121
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/aura/
window_unittest.cc
540
scoped_ptr<Window>
w121
(
553
EXPECT_EQ(
w121
.get(), root->GetEventHandlerForPoint(gfx::Point(26, 436)));
3122
Window*
w121
= new Window(NULL);
local
3202
Window*
w121
= new Window(NULL);
local
3384
Window*
w121
= new Window(NULL);
local
[
all
...]
/external/chromium_org/ash/wm/
window_manager_unittest.cc
164
scoped_ptr<aura::Window>
w121
(aura::test::CreateTestWindowWithDelegate(
177
// Click on a sub-window (
w121
) to focus it.
179
w121
.get());
183
aura::client::GetFocusClient(
w121
.get());
184
EXPECT_EQ(
w121
.get(), focus_client->GetFocusedWindow());
Completed in 35 milliseconds