Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h293 WTF::String requestLabel(WebCore::Frame* , WebCore::Node* );
DWebViewCore.cpp1346 WTF::String WebViewCore::requestLabel(WebCore::Frame* frame, in requestLabel() function in android::WebViewCore
3462 wtfStringToJstring(env, requestLabel(document->frame(), node), false)); in createTextFieldInitData()
4491 return wtfStringToJstring(env, viewImpl->requestLabel( in RequestLabel()