HomeSort by relevance Sort by last modified time
    Searched refs:m_idle (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.h 89 bool finished() { return !m_idle && limited(currentTimeInternal()); }
90 bool playing() { return !(finished() || m_paused || m_isPausedForTesting || m_idle); }
224 bool m_idle; member in class:blink::FINAL
AnimationPlayer.cpp 79 , m_idle(true)
175 if (m_currentTimePending || m_idle)
322 if (m_paused || m_idle)
410 if (m_idle)
481 if (!m_playbackRate || m_idle) {
639 double inheritedTime = m_idle || isNull(m_timeline->currentTimeInternal()) ? nullValue() : currentTimeInternal();
646 if ((m_idle || finished()) && !m_finished) {
647 if (reason == TimingUpdateForAnimationFrame && (m_idle || hasStartTime())) {
692 if (m_idle)
697 m_idle = true
    [all...]

Completed in 659 milliseconds