Searched defs:newFocus (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp3526 void WebViewCore::focusNodeChanged(WebCore::Node* newFocus) argument
3532 if (isTextInput(newFocus))
3533 initializeTextInput(newFocus, true);
3535 focusHitResult.setInnerNode(newFocus);
3536 focusHitResult.setInnerNonSharedNode(newFocus);
3537 if (newFocus && newFocus->isLink() && newFocus->isElementNode()) {
3538 focusHitResult.setURLElement(static_cast<Element*>(newFocus));
3539 if (newFocus
[all...]

Completed in 48 milliseconds