Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/shared_impl/
Dtime_conversion.cc17 static double time_to_ticks_delta_seconds = 0.0; in GetTimeToTimeTicksDeltaInSeconds() local
18 if (time_to_ticks_delta_seconds == 0.0) { in GetTimeToTimeTicksDeltaInSeconds()
21 time_to_ticks_delta_seconds = ticks - wall_clock; in GetTimeToTimeTicksDeltaInSeconds()
23 return time_to_ticks_delta_seconds; in GetTimeToTimeTicksDeltaInSeconds()