Searched refs:m_isPaused (Results 1 – 2 of 2) sorted by relevance
486 bool isPaused() const { return m_isPaused; } in isPaused()487 void setIsPaused(bool isPaused) { m_isPaused = isPaused; } in setIsPaused()544 bool m_isPaused; variable
315 m_isPaused = false; in WebViewCore()