HomeSort by relevance Sort by last modified time
    Searched refs:m_lastGeneration (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKit/android/jni/
WebViewCore.h 471 int m_lastGeneration; // last action using up to date cache
WebViewCore.cpp 302 m_lastGeneration = 0;
    [all...]
  /external/webkit/WebKit/android/nav/
WebView.cpp 530 if (allowNewer == DontAllowNewer && m_viewImpl->m_lastGeneration < m_generation) {
531 DBG_NAV_LOGD("allowNewer==DontAllowNewer m_viewImpl->m_lastGeneration=%d"
532 " < m_generation=%d", m_viewImpl->m_lastGeneration, m_generation);
    [all...]

Completed in 708 milliseconds