Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/jni/
DWebViewCore.h486 bool isPaused() const { return m_isPaused; } in isPaused()
487 void setIsPaused(bool isPaused) { m_isPaused = isPaused; } in setIsPaused()
544 bool m_isPaused; variable
DWebViewCore.cpp315 m_isPaused = false; in WebViewCore()