TimeTicksToPPTimeTicks  913 content/renderer/pepper/pepper_plugin_instance_impl.cc   event.event_time_stamp = ppapi::TimeTicksToPPTimeTicks(
TimeTicksToPPTimeTicks 2054 content/renderer/pepper/pepper_plugin_instance_impl.cc   PP_TimeTicks now = ppapi::TimeTicksToPPTimeTicks(base::TimeTicks::Now());
TimeTicksToPPTimeTicks  150 content/renderer/pepper/plugin_module.cc using ppapi::TimeTicksToPPTimeTicks;
TimeTicksToPPTimeTicks  195 content/renderer/pepper/plugin_module.cc   return TimeTicksToPPTimeTicks(base::TimeTicks::Now());
TimeTicksToPPTimeTicks   43 ppapi/proxy/ppb_core_proxy.cc   return TimeTicksToPPTimeTicks(base::TimeTicks::Now());
TimeTicksToPPTimeTicks   20 ppapi/shared_impl/time_conversion.cc     double ticks = TimeTicksToPPTimeTicks(base::TimeTicks::Now());
TimeTicksToPPTimeTicks   17 ppapi/shared_impl/time_conversion.h PPAPI_SHARED_EXPORT PP_TimeTicks TimeTicksToPPTimeTicks(base::TimeTicks t);