Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h584 CachedRoot* m_frameCacheKit; // nav data being built by webcore variable
DWebViewCore.cpp343 : m_frameCacheKit(0) in WebViewCore()
491 delete m_frameCacheKit; in ~WebViewCore()
1686 delete m_frameCacheKit; in updateFrameCache()
1688 m_frameCacheKit = m_temp; in updateFrameCache()
1692 const CachedNode* cachedFocusNode = m_frameCacheKit->currentFocus(); in updateFrameCache()
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp794 m_frameCacheUI = m_viewImpl->m_frameCacheKit; in getFrameCache()
796 m_viewImpl->m_frameCacheKit = 0; in getFrameCache()