Home
last modified time | relevance | path

Searched refs:m_isPausedForScrubbing (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControls.cpp69 , m_isPausedForScrubbing(false) in MediaControls()
300 if (m_isPausedForScrubbing) in updatePlayState()
311 m_isPausedForScrubbing = true; in beginScrubbing()
318 if (m_isPausedForScrubbing) { in endScrubbing()
319 m_isPausedForScrubbing = false; in endScrubbing()
DMediaControls.h138 bool m_isPausedForScrubbing : 1; variable