OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:touch_config
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
input_router_config_helper.cc
135
config.
touch_config
= GetTouchEventQueueConfig();
136
config.
touch_config
.touch_scrolling_mode = GetTouchScrollingMode();
input_router_impl.h
49
TouchEventQueue::Config
touch_config
;
member in struct:content::InputRouterImpl::Config
input_router_impl.cc
78
touch_event_queue_(this, config.
touch_config
),
input_router_impl_unittest.cc
176
config_.
touch_config
.touch_ack_timeout_delay =
178
config_.
touch_config
.touch_ack_timeout_supported = true;
[
all
...]
Completed in 863 milliseconds