Searched refs:m_isPausedForTesting (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DPlayer.h58 bool paused() const { return !m_isPausedForTesting && pausedInternal(); }
97 bool m_isPausedForTesting; member in class:WebCore::FINAL
H A DPlayer.cpp58 , m_isPausedForTesting(false)
162 if (m_isPausedForTesting && hasActiveAnimationsOnCompositor())
170 if (!m_isPausedForTesting && hasActiveAnimationsOnCompositor())
172 m_isPausedForTesting = true;
178 ASSERT(!m_isPausedForTesting);

Completed in 122 milliseconds