elapsedTime       646 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::AnimationEventDelegate::maybeDispatch(Document::ListenerType listenerType, const AtomicString& eventName, double elapsedTime)
elapsedTime       649 Source/core/animation/css/CSSAnimations.cpp         RefPtrWillBeRawPtr<WebKitAnimationEvent> event = WebKitAnimationEvent::create(eventName, m_name, elapsedTime);
elapsedTime       669 Source/core/animation/css/CSSAnimations.cpp         const double elapsedTime = timedItem->specifiedTiming().iterationDuration * (previousIteration + 1);
elapsedTime       670 Source/core/animation/css/CSSAnimations.cpp         maybeDispatch(Document::ANIMATIONITERATION_LISTENER, EventTypeNames::animationiteration, elapsedTime);
elapsedTime       690 Source/core/animation/css/CSSAnimations.cpp         double elapsedTime = timing.iterationDuration;
elapsedTime       693 Source/core/animation/css/CSSAnimations.cpp         RefPtrWillBeRawPtr<TransitionEvent> event = TransitionEvent::create(eventType, propertyName, elapsedTime, pseudoElement);
elapsedTime       215 Source/core/animation/css/CSSAnimations.h         void maybeDispatch(Document::ListenerType, const AtomicString& eventName, double elapsedTime);
elapsedTime      2488 Source/core/dom/Document.cpp     if (frame()->navigationScheduler().locationChangePending() && elapsedTime() < cLayoutScheduleThreshold) {
elapsedTime       616 Source/core/dom/Document.h     int elapsedTime() const;
elapsedTime        33 Source/core/events/TransitionEvent.cpp     : elapsedTime(0)
elapsedTime        43 Source/core/events/TransitionEvent.cpp TransitionEvent::TransitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement)
elapsedTime        46 Source/core/events/TransitionEvent.cpp     , m_elapsedTime(elapsedTime)
elapsedTime        55 Source/core/events/TransitionEvent.cpp     , m_elapsedTime(initializer.elapsedTime)
elapsedTime        38 Source/core/events/TransitionEvent.h     double elapsedTime;
elapsedTime        48 Source/core/events/TransitionEvent.h     static PassRefPtrWillBeRawPtr<TransitionEvent> create(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement)
elapsedTime        50 Source/core/events/TransitionEvent.h         return adoptRefWillBeNoop(new TransitionEvent(type, propertyName, elapsedTime, pseudoElement));
elapsedTime        60 Source/core/events/TransitionEvent.h     double elapsedTime() const;
elapsedTime        69 Source/core/events/TransitionEvent.h     TransitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement);
elapsedTime        46 Source/core/events/WebKitAnimationEvent.cpp     , m_elapsedTime(initializer.elapsedTime)
elapsedTime        51 Source/core/events/WebKitAnimationEvent.cpp WebKitAnimationEvent::WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime)
elapsedTime        54 Source/core/events/WebKitAnimationEvent.cpp     , m_elapsedTime(elapsedTime)
elapsedTime        40 Source/core/events/WebKitAnimationEvent.h     double elapsedTime;
elapsedTime        49 Source/core/events/WebKitAnimationEvent.h     static PassRefPtrWillBeRawPtr<WebKitAnimationEvent> create(const AtomicString& type, const String& animationName, double elapsedTime)
elapsedTime        51 Source/core/events/WebKitAnimationEvent.h         return adoptRefWillBeNoop(new WebKitAnimationEvent(type, animationName, elapsedTime));
elapsedTime        61 Source/core/events/WebKitAnimationEvent.h     double elapsedTime() const;
elapsedTime        69 Source/core/events/WebKitAnimationEvent.h     WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime);
elapsedTime       204 Source/core/fetch/MemoryCache.cpp                 double elapsedTime = m_pruneFrameTimeStamp - current->m_resource->m_lastDecodedAccessTime;
elapsedTime       205 Source/core/fetch/MemoryCache.cpp                 if (elapsedTime < m_delayBeforeLiveDecodedPrune)
elapsedTime        81 Source/core/html/parser/HTMLParserScheduler.h             double elapsedTime = currentTime() - session.startTime;
elapsedTime        82 Source/core/html/parser/HTMLParserScheduler.h             if (elapsedTime > parserTimeLimit)
elapsedTime        36 Source/modules/speech/SpeechSynthesisEvent.cpp PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> SpeechSynthesisEvent::create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name)
elapsedTime        38 Source/modules/speech/SpeechSynthesisEvent.cpp     return adoptRefWillBeNoop(new SpeechSynthesisEvent(type, charIndex, elapsedTime, name));
elapsedTime        46 Source/modules/speech/SpeechSynthesisEvent.cpp SpeechSynthesisEvent::SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name)
elapsedTime        49 Source/modules/speech/SpeechSynthesisEvent.cpp     , m_elapsedTime(elapsedTime)
elapsedTime        37 Source/modules/speech/SpeechSynthesisEvent.h     static PassRefPtrWillBeRawPtr<SpeechSynthesisEvent> create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name);
elapsedTime        40 Source/modules/speech/SpeechSynthesisEvent.h     float elapsedTime() const { return m_elapsedTime; }
elapsedTime        49 Source/modules/speech/SpeechSynthesisEvent.h     SpeechSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const String& name);