Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DStringUtils.h40 inline string16 WTFStringToString16(const WTF::String& wtfString) in WTFStringToString16() argument
42 WTF::String str = wtfString; in WTFStringToString16()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp3081 WTF::String wtfString = jstringToWtfString(env, jName); in openFileChooser() local
3084 if (!wtfString.isEmpty()) in openFileChooser()
3085 chooser->chooseFile(wtfString); in openFileChooser()