HomeSort by relevance Sort by last modified time
    Searched refs:TraceInputLatency (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ppapi/thunk/
ppb_input_event_private_thunk.cc 16 PP_Bool TraceInputLatency(PP_Resource event, PP_Bool has_damage) {
20 return enter.object()->TraceInputLatency(has_damage);
31 &TraceInputLatency,
ppb_input_event_api.h 52 virtual PP_Bool TraceInputLatency(PP_Bool has_damage) = 0;
  /external/chromium_org/ppapi/api/private/
ppb_input_event_private.idl 21 * 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/
ppb_input_event_private.h 39 * 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);
63 * Without calling StartTrackingLatency() first, TraceInputLatency() won't
  /external/chromium_org/ppapi/cpp/private/
input_event_private.h 18 bool TraceInputLatency(bool has_damage);
input_event_private.cc 29 bool InputEventPrivate::TraceInputLatency(bool has_damage) {
33 get_interface<PPB_InputEvent_Private_0_1>()->TraceInputLatency(
  /external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
touch_drawing_plugin.cc 12 // 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/
ppb_input_event_shared.h 103 virtual PP_Bool TraceInputLatency(PP_Bool has_damage) OVERRIDE;
ppb_input_event_shared.cc 195 PP_Bool PPB_InputEvent_Shared::TraceInputLatency(PP_Bool has_damage) {
  /external/chromium_org/ppapi/tests/
test_input_event.cc 316 last_latency_tracking_successful_ = private_event.TraceInputLatency(true);
342 // Without calling StartTrackingLatency() first, TraceInputLatency() won't

Completed in 1201 milliseconds