HomeSort by relevance Sort by last modified time
    Searched defs:GetTimeTicks (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/cpp/
core.h 54 /// GetTimeTicks() returns the "tick time" according to the browser.
63 PP_TimeTicks GetTimeTicks() {
64 return interface_->GetTimeTicks();
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_core_thunk.cc 32 PP_TimeTicks GetTimeTicks() {
54 &GetTimeTicks,
  /external/chromium_org/ppapi/c/
ppb_core.h 63 * GetTimeTicks() returns the "tick time" according to the browser.
73 PP_TimeTicks (*GetTimeTicks)(void);
  /external/chromium_org/ppapi/proxy/
ppb_core_proxy.cc 42 double GetTimeTicks() {
81 &GetTimeTicks,

Completed in 133 milliseconds