Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h673 bool m_skipContentDraw; variable
DWebViewCore.cpp366 , m_skipContentDraw(false) in WebViewCore()
593 m_skipContentDraw = true; in recordPictureSet()
595 m_skipContentDraw = false; in recordPictureSet()
664 m_skipContentDraw = true; in recordPictureSet()
666 m_skipContentDraw = false; in recordPictureSet()
954 m_skipContentDraw = true; in createBaseLayer()
956 m_skipContentDraw = false; in createBaseLayer()
1102 if (!m_skipContentDraw) in contentInvalidate()