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

/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp3571 void WebViewCore::focusNodeChanged(WebCore::Node* newFocus) argument
3577 if (isTextInput(newFocus))
3578 initializeTextInput(newFocus, true);
3580 focusHitResult.setInnerNode(newFocus);
3581 focusHitResult.setInnerNonSharedNode(newFocus);
3582 if (newFocus && newFocus->isLink() && newFocus->isElementNode()) {
3583 focusHitResult.setURLElement(static_cast<Element*>(newFocus));
3584 if (newFocus
[all...]

Completed in 61 milliseconds