Searched refs:INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/events/
H A Dlatency_info_unittest.cc19 info.AddLatencyNumberWithTimestamp(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT,
38 info.FindLatency(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 1, &component));
46 info.AddLatencyNumberWithTimestamp(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT,
52 info.AddLatencyNumberWithTimestamp(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT,
64 info.FindLatency(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 1, &component));
66 info.FindLatency(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 0, &component));
81 info2.AddLatencyNumberWithTimestamp(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT,
101 info1.FindLatency(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 1, &component));
110 info1.AddLatencyNumberWithTimestamp(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT,
116 info2.AddLatencyNumberWithTimestamp(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT,
[all...]
H A Dlatency_info.h33 INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, enumerator in enum:ui::LatencyComponentType
H A Dlatency_info.cc20 CASE_TYPE(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT);
H A Devent.cc441 INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT,
/external/chromium_org/content/renderer/input/
H A Dinput_handler_proxy.cc44 ui::INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 0));
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc993 // Make a copy of the INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT with a
997 if (latency_info.FindLatency(ui::INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT,

Completed in 146 milliseconds