Searched refs:TraceInputLatency (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_input_event_private_thunk.cc16 PP_Bool TraceInputLatency(PP_Resource event, PP_Bool has_damage) { function in namespace:ppapi::thunk::__anon10285
20 return enter.object()->TraceInputLatency(has_damage);
31 &TraceInputLatency,
H A Dppb_input_event_api.h52 virtual PP_Bool TraceInputLatency(PP_Bool has_damage) = 0;
/external/chromium_org/ppapi/api/private/
H A Dppb_input_event_private.idl21 * TraceInputLatency() traces the latency of the input event. The input
25 * latency is when TraceInputLatency() is called on the event. If the input
41 PP_Bool TraceInputLatency([in] PP_Resource event,
47 * Without calling StartTrackingLatency() first, TraceInputLatency() won't
/external/chromium_org/ppapi/c/private/
H A Dppb_input_event_private.h39 * TraceInputLatency() traces the latency of the input event. The input
43 * latency is when TraceInputLatency() is called on the event. If the input
59 PP_Bool (*TraceInputLatency)(PP_Resource event, PP_Bool has_damage); member in struct:PPB_InputEvent_Private_0_1
63 * Without calling StartTrackingLatency() first, TraceInputLatency() won't
/external/chromium_org/ppapi/cpp/private/
H A Dinput_event_private.h18 bool TraceInputLatency(bool has_damage);
H A Dinput_event_private.cc29 bool InputEventPrivate::TraceInputLatency(bool has_damage) { function in class:pp::InputEventPrivate
33 get_interface<PPB_InputEvent_Private_0_1>()->TraceInputLatency(
/external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
H A Dtouch_drawing_plugin.cc12 // InputEventPrivate::TraceInputLatency(true) to indicate the touch event
68 private_event.TraceInputLatency(false);
81 private_event.TraceInputLatency(true);
84 private_event.TraceInputLatency(false);
/external/chromium_org/ppapi/shared_impl/
H A Dppb_input_event_shared.h103 virtual PP_Bool TraceInputLatency(PP_Bool has_damage) OVERRIDE;
H A Dppb_input_event_shared.cc195 PP_Bool PPB_InputEvent_Shared::TraceInputLatency(PP_Bool has_damage) { function in class:ppapi::PPB_InputEvent_Shared
/external/chromium_org/ppapi/tests/
H A Dtest_input_event.cc316 last_latency_tracking_successful_ = private_event.TraceInputLatency(true);
342 // Without calling StartTrackingLatency() first, TraceInputLatency() won't

Completed in 4279 milliseconds