Searched refs:FindLatency (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/events/
H A Dlatency_info_unittest.cc29 info.FindLatency(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, &component));
31 info.FindLatency(INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, 1, &component));
33 info.FindLatency(INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, 0, &component));
38 info.FindLatency(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 1, &component));
62 info.FindLatency(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, &component));
64 info.FindLatency(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 1, &component));
66 info.FindLatency(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 0, &component));
92 info1.FindLatency(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, &component));
93 EXPECT_FALSE(info1.FindLatency(
95 EXPECT_TRUE(info1.FindLatency(
[all...]
H A Dlatency_info.h115 bool FindLatency(LatencyComponentType type,
H A Dlatency_info.cc139 if (!FindLatency(it->first.first, it->first.second, NULL)) {
202 bool LatencyInfo::FindLatency(LatencyComponentType type, function in class:ui::LatencyInfo
/external/chromium_org/cc/base/
H A Dlatency_info_swap_promise_monitor.cc24 if (!latency_->FindLatency(
34 if (!latency_->FindLatency(
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc997 if (latency_info.FindLatency(ui::INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT,
1115 if (!info.FindLatency(ui::INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT,
2020 if (!wheel_event.latency.FindLatency(
2037 if (!event.latency.FindLatency(
2325 if (!latency_info.FindLatency(ui::INPUT_EVENT_LATENCY_UI_COMPONENT,
2328 !latency_info.FindLatency(ui::INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT,
2347 if (latency_info.FindLatency(ui::INPUT_EVENT_LATENCY_ACKED_TOUCH_COMPONENT,
2370 if (latency_info.FindLatency(ui::WINDOW_SNAPSHOT_FRAME_NUMBER_COMPONENT,
2379 if (!latency_info.FindLatency(ui::INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT,
2382 !latency_info.FindLatency(
[all...]
/external/chromium_org/ui/events/gestures/
H A Dgesture_sequence.cc459 if (!event.latency()->FindLatency(
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl_unittest.cc5345 EXPECT_FALSE(metadata_latency_before.FindLatency(
5365 EXPECT_TRUE(metadata_latency_after.FindLatency(

Completed in 163 milliseconds