Home
last modified time | relevance | path

Searched defs:elapsedTime (Results 1 – 19 of 19) sorted by relevance

/external/webkit/WebCore/dom/
DWebKitAnimationEvent.cpp38 …nt::WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime) in WebKitAnimationEvent()
53 double elapsedTime) in initWebKitAnimationEvent()
69 double WebKitAnimationEvent::elapsedTime() const in elapsedTime() function in WebCore::WebKitAnimationEvent
DWebKitTransitionEvent.cpp39 …nt::WebKitTransitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime) in WebKitTransitionEvent()
54 double elapsedTime) in initWebKitTransitionEvent()
70 double WebKitTransitionEvent::elapsedTime() const in elapsedTime() function in WebCore::WebKitTransitionEvent
DWebKitTransitionEvent.h39 …tTransitionEvent> create(const AtomicString& type, const String& animationName, double elapsedTime) in create()
DWebKitAnimationEvent.h39 …itAnimationEvent> create(const AtomicString& type, const String& animationName, double elapsedTime) in create()
DEventTargetNode.cpp655 …ebKitAnimationEvent(const AtomicString& eventType, const String& animationName, double elapsedTime) in dispatchWebKitAnimationEvent()
663 …ebKitTransitionEvent(const AtomicString& eventType, const String& propertyName, double elapsedTime) in dispatchWebKitTransitionEvent()
DDocument.cpp1711 int Document::elapsedTime() const in elapsedTime() function in WebCore::Document
/external/webkit/WebCore/page/animation/
DKeyframeAnimation.cpp89 double elapsedTime = getElapsedTime(); in animate() local
163 void KeyframeAnimation::onAnimationStart(double elapsedTime) in onAnimationStart()
168 void KeyframeAnimation::onAnimationIteration(double elapsedTime) in onAnimationIteration()
173 void KeyframeAnimation::onAnimationEnd(double elapsedTime) in onAnimationEnd()
181 bool KeyframeAnimation::sendAnimationEvent(const AtomicString& eventType, double elapsedTime) in sendAnimationEvent()
DImplicitAnimation.cpp86 void ImplicitAnimation::onAnimationEnd(double elapsedTime) in onAnimationEnd()
103 bool ImplicitAnimation::sendTransitionEvent(const AtomicString& eventType, double elapsedTime) in sendTransitionEvent()
DAnimationController.cpp98 double elapsedTime; member in WebCore::AnimationControllerPrivate::EventToDispatch
222 …PassRefPtr<Element> element, const AtomicString& eventType, const String& name, double elapsedTime) in addEventToDispatch()
475 …PassRefPtr<Element> element, const AtomicString& eventType, const String& name, double elapsedTime) in addEventToDispatch()
DAnimationBase.cpp892 double elapsedTime = getElapsedTime(); in progress() local
/external/junit/src/junit/runner/
DTestRunListener.java14 public void testRunEnded(long elapsedTime); in testRunEnded()
15 public void testRunStopped(long elapsedTime); in testRunStopped()
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
Dregress-85721.js62 function elapsedTime(startTime) function
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Array/
Dregress-101964.js63 function elapsedTime(startTime) function
/external/webkit/WebKit/android/
DTimeCounter.cpp129 int elapsedTime = static_cast<int>((current - sLastTotalTime) * 1000); in reportNow() local
/external/icu4c/test/perf/ubrkperf/
Dubrkperfold.cpp286 unsigned long elapsedTime = 0; in doForwardTest() local
372 unsigned long elapsedTime = 0; in doIsBoundTest() local
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jb_jitterbuffermisc.h163 uint64 elapsedTime = ipSessionDurationTimer->GetMonitoringIntervalElapsed(); in ComputeCurrentSessionDurationMonitoringInterval() local
/external/webkit/WebCore/loader/
DCache.cpp291 double elapsedTime = currentTime - current->m_lastDecodedAccessTime; in pruneLiveResources() local
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jb_jitterbuffermisc.cpp1073 uint64 elapsedTime = ipSessionDurationTimer->GetMonitoringIntervalElapsed(); in PVMFJBSessionDurationTimerEvent() local
/external/webkit/JavaScriptCore/pcre/
Dpcre_exec.cpp2148 void Histogram::add(const JSRegExp* re, double elapsedTime) in add()