OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetTimeTicks
(Results
1 - 3
of
3
) 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/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 35 milliseconds