Home
last modified time | relevance | path

Searched refs:INPUT_EVENT_LATENCY_UI_COMPONENT (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/events/
Dlatency_info_unittest.cc29 info.FindLatency(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, &component)); in TEST()
62 info.FindLatency(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, &component)); in TEST()
92 info1.FindLatency(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, &component)); in TEST()
127 info1.FindLatency(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, &component)); in TEST()
Dlatency_info.h35 INPUT_EVENT_LATENCY_UI_COMPONENT, enumerator
Devent.cc447 latency()->AddLatencyNumber(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, 0); in TouchEvent()
460 latency()->AddLatencyNumber(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, 0); in TouchEvent()
478 latency()->AddLatencyNumber(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, 0); in TouchEvent()
Dlatency_info.cc21 CASE_TYPE(INPUT_EVENT_LATENCY_UI_COMPONENT); in GetComponentName()
/external/chromium_org/content/common/input/
Dinput_param_traits_unittest.cc161 latency.AddLatencyNumber(ui::INPUT_EVENT_LATENCY_UI_COMPONENT, 2, 2); in TEST_F()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_impl.cc2325 if (!latency_info.FindLatency(ui::INPUT_EVENT_LATENCY_UI_COMPONENT, in ComputeTouchLatency()