OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:acked_touch_event
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
mock_input_ack_handler.h
56
const TouchEventWithLatencyInfo&
acked_touch_event
() const {
function in class:content::MockInputAckHandler
input_router_impl_unittest.cc
552
ack_handler_->
acked_touch_event
().event.type);
560
ack_handler_->
acked_touch_event
().event.type);
659
EXPECT_EQ(acks[i], ack_handler_->
acked_touch_event
().event.type);
663
ack_handler_->
acked_touch_event
(), &acked, coordinate_system);
[
all
...]
Completed in 535 milliseconds