OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TraceInputLatency
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/cpp/private/
input_event_private.cc
29
bool InputEventPrivate::
TraceInputLatency
(bool has_damage) {
33
get_interface<PPB_InputEvent_Private_0_1>()->
TraceInputLatency
(
/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/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
,
/external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.cc
195
PP_Bool PPB_InputEvent_Shared::
TraceInputLatency
(PP_Bool has_damage) {
Completed in 506 milliseconds