OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grandchild_r
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/events/
event_processor_unittest.cc
128
TestEventTarget*
grandchild_r
= child_r->child_at(0);
local
138
EXPECT_TRUE(
grandchild_r
->DidReceiveEvent(ET_MOUSE_MOVED));
139
grandchild_r
->ResetReceivedEvents();
150
EXPECT_FALSE(
grandchild_r
->DidReceiveEvent(ET_MOUSE_MOVED));
159
EXPECT_TRUE(
grandchild_r
->DidReceiveEvent(ET_MOUSE_MOVED));
Completed in 342 milliseconds