Searched defs:PP_Time (Results 1 - 1 of 1) sorted by path

/external/chromium_org/ppapi/c/
H A Dpp_time.h25 * The <code>PP_Time</code> type represents the "wall clock time" according
29 typedef double PP_Time; typedef
30 PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_Time, 8);
35 * received. In contrast to <code>PP_Time</code>, <code>PP_TimeTicks</code>

Completed in 176 milliseconds