/external/webkit/WebCore/dom/ |
D | WebKitAnimationEvent.cpp | 38 …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
|
D | WebKitTransitionEvent.cpp | 39 …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
|
D | WebKitTransitionEvent.h | 39 …tTransitionEvent> create(const AtomicString& type, const String& animationName, double elapsedTime) in create()
|
D | WebKitAnimationEvent.h | 39 …itAnimationEvent> create(const AtomicString& type, const String& animationName, double elapsedTime) in create()
|
D | EventTargetNode.cpp | 655 …ebKitAnimationEvent(const AtomicString& eventType, const String& animationName, double elapsedTime) in dispatchWebKitAnimationEvent() 663 …ebKitTransitionEvent(const AtomicString& eventType, const String& propertyName, double elapsedTime) in dispatchWebKitTransitionEvent()
|
D | Document.cpp | 1711 int Document::elapsedTime() const in elapsedTime() function in WebCore::Document
|
/external/webkit/WebCore/page/animation/ |
D | KeyframeAnimation.cpp | 89 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()
|
D | ImplicitAnimation.cpp | 86 void ImplicitAnimation::onAnimationEnd(double elapsedTime) in onAnimationEnd() 103 bool ImplicitAnimation::sendTransitionEvent(const AtomicString& eventType, double elapsedTime) in sendTransitionEvent()
|
D | AnimationController.cpp | 98 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()
|
D | AnimationBase.cpp | 892 double elapsedTime = getElapsedTime(); in progress() local
|
/external/junit/src/junit/runner/ |
D | TestRunListener.java | 14 public void testRunEnded(long elapsedTime); in testRunEnded() 15 public void testRunStopped(long elapsedTime); in testRunStopped()
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
D | regress-85721.js | 62 function elapsedTime(startTime) function
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Array/ |
D | regress-101964.js | 63 function elapsedTime(startTime) function
|
/external/webkit/WebKit/android/ |
D | TimeCounter.cpp | 129 int elapsedTime = static_cast<int>((current - sLastTotalTime) * 1000); in reportNow() local
|
/external/icu4c/test/perf/ubrkperf/ |
D | ubrkperfold.cpp | 286 unsigned long elapsedTime = 0; in doForwardTest() local 372 unsigned long elapsedTime = 0; in doIsBoundTest() local
|
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/ |
D | pvmf_jb_jitterbuffermisc.h | 163 uint64 elapsedTime = ipSessionDurationTimer->GetMonitoringIntervalElapsed(); in ComputeCurrentSessionDurationMonitoringInterval() local
|
/external/webkit/WebCore/loader/ |
D | Cache.cpp | 291 double elapsedTime = currentTime - current->m_lastDecodedAccessTime; in pruneLiveResources() local
|
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/ |
D | pvmf_jb_jitterbuffermisc.cpp | 1073 uint64 elapsedTime = ipSessionDurationTimer->GetMonitoringIntervalElapsed(); in PVMFJBSessionDurationTimerEvent() local
|
/external/webkit/JavaScriptCore/pcre/ |
D | pcre_exec.cpp | 2148 void Histogram::add(const JSRegExp* re, double elapsedTime) in add()
|