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

  /external/webkit/WebKit/android/nav/
CachedFrame.h 89 const CachedNode* currentFocus() const { return currentFocus(NULL); }
90 const CachedNode* currentFocus(const CachedFrame** ) const;
WebView.cpp 552 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();
    [all...]
CacheBuilder.h 85 Node* currentFocus() const;
CachedFrame.cpp 322 const CachedNode* CachedFrame::currentFocus(const CachedFrame** framePtr) const
331 return frame->currentFocus(framePtr);
    [all...]
CachedRoot.cpp     [all...]
CacheBuilder.cpp     [all...]
  /cts/tests/tests/view/src/android/view/cts/
FocusFinderTest.java 94 private void assertNextFocus(View currentFocus, int direction, View expectedNextFocus) {
95 View actualNextFocus = mFocusFinder.findNextFocus(mLayout, currentFocus, direction);
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp 474 WebCore::Node* WebViewCore::currentFocus()
476 return cacheBuilder().currentFocus();
631 WebCore::Node* oldFocusNode = currentFocus();
    [all...]
WebViewCore.h 493 WebCore::Node* currentFocus();
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 403 milliseconds