Searched defs:currentFocus (Results 1 - 4 of 4) 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 DCachedFrame.cpp322 const CachedNode* CachedFrame::currentFocus(const CachedFrame** framePtr) const function in class:android::CachedFrame
331 return frame->currentFocus(framePtr);
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...]

Completed in 217 milliseconds