Home
last modified time | relevance | path

Searched refs:TimeTicksToPPTimeTicks (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
Dtime_conversion.cc20 double ticks = TimeTicksToPPTimeTicks(base::TimeTicks::Now()); in GetTimeToTimeTicksDeltaInSeconds()
40 PP_TimeTicks TimeTicksToPPTimeTicks(base::TimeTicks t) { in TimeTicksToPPTimeTicks() function
Dtime_conversion.h17 PPAPI_SHARED_EXPORT PP_TimeTicks TimeTicksToPPTimeTicks(base::TimeTicks t);
/external/chromium_org/ppapi/proxy/
Dppb_core_proxy.cc43 return TimeTicksToPPTimeTicks(base::TimeTicks::Now()); in GetTimeTicks()
/external/chromium_org/content/renderer/pepper/
Dplugin_module.cc152 using ppapi::TimeTicksToPPTimeTicks;
195 return TimeTicksToPPTimeTicks(base::TimeTicks::Now()); in GetTickTime()
Dpepper_plugin_instance_impl.cc990 ppapi::TimeTicksToPPTimeTicks(base::TimeTicks::Now()); in SendCompositionEventWithUnderlineInformationToPlugin()
2184 PP_TimeTicks now = ppapi::TimeTicksToPPTimeTicks(base::TimeTicks::Now()); in IsProcessingUserGesture()