Searched refs:m_isPausedForScrubbing (Results 1 – 2 of 2) sorted by relevance
69 , 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()
138 bool m_isPausedForScrubbing : 1; variable