Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DWebView.cpp447 bool cursorIsTextInput(FrameCachePermission allowNewer) in cursorIsTextInput() argument
449 CachedRoot* root = getFrameCache(allowNewer); in cursorIsTextInput()
524 CachedRoot* getFrameCache(FrameCachePermission allowNewer) in getFrameCache() argument
530 if (allowNewer == DontAllowNewer && m_viewImpl->m_lastGeneration < m_generation) { in getFrameCache()