Home
last modified time | relevance | path

Searched refs:getInputText (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h698 static WTF::String getInputText(WebCore::Node* node);
DWebViewCore.cpp2989 WTF::String test = getInputText(focus); in passToJs()
3443 wtfStringToJstring(env, getInputText(node), true)); in createTextFieldInitData()
3858 String WebViewCore::getInputText(Node* node) in getInputText() function in android::WebViewCore