Home
last modified time | relevance | path

Searched refs:FindLatency (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ui/events/
Dlatency_info_unittest.cc27 info.FindLatency(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, &component)); in TEST()
29 info.FindLatency(INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, 1, &component)); in TEST()
31 info.FindLatency(INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, 0, &component)); in TEST()
36 info.FindLatency(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 1, &component)); in TEST()
58 info.FindLatency(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, &component)); in TEST()
60 info.FindLatency(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 1, &component)); in TEST()
62 info.FindLatency(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 0, &component)); in TEST()
Dlatency_info.cc187 if (!FindLatency(it->first.first, it->first.second, NULL)) { in AddNewLatencyFrom()
226 if (FindLatency(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, in AddLatencyNumberWithTimestamp()
229 FindLatency(INPUT_EVENT_LATENCY_UI_COMPONENT, in AddLatencyNumberWithTimestamp()
291 bool LatencyInfo::FindLatency(LatencyComponentType type, in FindLatency() function in ui::LatencyInfo
Dlatency_info.h154 bool FindLatency(LatencyComponentType type,
/external/chromium_org/cc/base/
Dlatency_info_swap_promise_monitor.cc16 if (latency_info->FindLatency( in AddRenderingScheduledComponent()
25 if (latency_info->FindLatency( in AddForwardingScrollUpdateToMainComponent()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_impl.cc960 if (latency_info.FindLatency(ui::INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, in ForwardGestureEventWithLatencyInfo()
1151 if (!info.FindLatency(ui::INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, in CreateRWHLatencyInfoIfNotExist()
1915 if (!wheel_event.latency.FindLatency( in OnWheelEventAck()
1936 if (!event.latency.FindLatency( in OnGestureEventAck()
1961 if (!touch_event.latency.FindLatency( in OnTouchEventAck()
2114 if (!latency_info.FindLatency(ui::INPUT_EVENT_LATENCY_UI_COMPONENT, in ComputeTouchLatency()
2117 !latency_info.FindLatency(ui::INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, in ComputeTouchLatency()
2134 if (latency_info.FindLatency(ui::INPUT_EVENT_LATENCY_ACKED_TOUCH_COMPONENT, in ComputeTouchLatency()
2151 if (latency_info.FindLatency(ui::WINDOW_OLD_SNAPSHOT_FRAME_NUMBER_COMPONENT, in FrameSwapped()
2157 if (latency_info.FindLatency(ui::WINDOW_SNAPSHOT_FRAME_NUMBER_COMPONENT, in FrameSwapped()
[all …]
Drender_widget_host_unittest.cc1365 EXPECT_TRUE(latency_info.FindLatency( in CheckLatencyInfoComponentInMessage()
/external/chromium_org/ppapi/shared_impl/
Dppb_input_event_shared.cc197 if (!latency.FindLatency(ui::INPUT_EVENT_LATENCY_BEGIN_PLUGIN_COMPONENT, in TraceInputLatency()
/external/chromium_org/ui/aura/gestures/
Dgesture_recognizer_unittest.cc4083 ASSERT_TRUE(delegate->latency_info().FindLatency( in TEST_F()
4087 ASSERT_TRUE(delegate->latency_info().FindLatency( in TEST_F()
4091 ASSERT_TRUE(delegate->latency_info().FindLatency( in TEST_F()
/external/chromium_org/cc/trees/
Dlayer_tree_host_impl_unittest.cc6588 EXPECT_TRUE(metadata_latency_after[0].FindLatency( in TEST_F()