Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DAndroidAnimation.h44 void suggestBeginTime(double time);
DAndroidAnimation.cpp70 void AndroidAnimation::suggestBeginTime(double time) in suggestBeginTime() function in WebCore::AndroidAnimation
DLayerAndroid.cpp269 (localIt->second)->suggestBeginTime(WTF::currentTime()); in initAnimations()