Searched refs:wtfString (Results 1 – 2 of 2) sorted by relevance
40 inline string16 WTFStringToString16(const WTF::String& wtfString) in WTFStringToString16() argument42 WTF::String str = wtfString; in WTFStringToString16()
3081 WTF::String wtfString = jstringToWtfString(env, jName); in openFileChooser() local3084 if (!wtfString.isEmpty()) in openFileChooser()3085 chooser->chooseFile(wtfString); in openFileChooser()