Home
last modified time | relevance | path

Searched refs:m_lastGeneration (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h588 int m_lastGeneration; // last action using up to date cache variable
DWebViewCore.cpp347 , m_lastGeneration(0) in WebViewCore()
2143 m_lastGeneration = moveGeneration; in moveMouseIfLatest()
3291 m_lastGeneration = touchGeneration; in touchUp()
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp762 if (allowNewer == DontAllowNewer && m_viewImpl->m_lastGeneration < m_generation) { in getFrameCache()
764 " < m_generation=%d", m_viewImpl->m_lastGeneration, m_generation); in getFrameCache()