Searched refs:INPUT_EVENT_LATENCY_UI_COMPONENT (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/ui/events/ |
D | latency_info_unittest.cc | 29 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()
|
D | latency_info.h | 35 INPUT_EVENT_LATENCY_UI_COMPONENT, enumerator
|
D | event.cc | 447 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()
|
D | latency_info.cc | 21 CASE_TYPE(INPUT_EVENT_LATENCY_UI_COMPONENT); in GetComponentName()
|
/external/chromium_org/content/common/input/ |
D | input_param_traits_unittest.cc | 161 latency.AddLatencyNumber(ui::INPUT_EVENT_LATENCY_UI_COMPONENT, 2, 2); in TEST_F()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_impl.cc | 2325 if (!latency_info.FindLatency(ui::INPUT_EVENT_LATENCY_UI_COMPONENT, in ComputeTouchLatency()
|