OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMSecs
(Results
1 - 3
of
3
) sorted by null
/development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp
47
static uint32_t
getMSecs
() {
256
mStartTime = mPrevTime =
getMSecs
();
288
uint32_t now =
getMSecs
();
/external/skia/include/animator/
SkAnimator.h
442
class and override the
getMSecs
method.
449
virtual SkMSec
getMSecs
() const = 0;
453
Optional; if not called, the system clock will be used by calling SkTime::
GetMSecs
instead.
/external/skia/src/animator/
SkAnimateMaker.cpp
33
virtual SkMSec
getMSecs
() const {
34
return SkTime::
GetMSecs
();
211
return fTimeline->
getMSecs
();
Completed in 112 milliseconds