Searched refs:currentFocus (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebKit/android/nav/
H A DCachedFrame.h89 const CachedNode* currentFocus() const { return currentFocus(NULL); } function in class:android::CachedFrame
90 const CachedNode* currentFocus(const CachedFrame** ) const;
H A DWebView.cpp552 const CachedNode* oldFocus = m_frameCacheUI->currentFocus();
583 const CachedNode* newFocus = m_frameCacheUI->currentFocus();
740 bool disableFocusController = cachedNode != root->currentFocus()
768 const CachedNode* focus = m_frameCacheUI->currentFocus();
1130 const CachedNode* focusNode = root->currentFocus();
1291 return root->currentFocus();
1302 cursor = root->currentFocus();
1311 return root ? root->currentFocus() : 0;
1319 return root ? root->currentFocus(frame) : 0;
1331 cursor = root->currentFocus(
[all...]
H A DCacheBuilder.h85 Node* currentFocus() const;
H A DCachedFrame.cpp322 const CachedNode* CachedFrame::currentFocus(const CachedFrame** framePtr) const function in class:android::CachedFrame
331 return frame->currentFocus(framePtr);
H A DCachedRoot.cpp1362 const CachedNode* focus = currentFocus(&focusFrame);
H A DCacheBuilder.cpp1396 Node* CacheBuilder::currentFocus() const function in class:android::CacheBuilder
1408 Node* focus = cacheBuilder->currentFocus();
/external/webkit/WebKit/android/jni/
H A DWebViewCore.cpp474 WebCore::Node* WebViewCore::currentFocus() function in class:android::WebViewCore
476 return cacheBuilder().currentFocus();
631 WebCore::Node* oldFocusNode = currentFocus();
1444 const CachedNode* cachedFocusNode = m_frameCacheKit->currentFocus();
1672 WebCore::Node* focus = currentFocus();
1701 WebCore::Node* focus = currentFocus();
1721 WebCore::Node* focus = currentFocus();
1740 WebCore::Node* focus = currentFocus();
1777 WebCore::Node* focus = currentFocus();
1802 WebCore::Node* focus = currentFocus();
[all...]
H A DWebViewCore.h493 WebCore::Node* currentFocus();

Completed in 59 milliseconds