Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DKURLGoogle.cpp841 String encodeWithURLEscapeSequences(const String& notEncodedString) in encodeWithURLEscapeSequences() argument
844 reinterpret_cast<const UChar*>(notEncodedString.characters()), in encodeWithURLEscapeSequences()
845 notEncodedString.length(), in encodeWithURLEscapeSequences()
DKURL.cpp1506 String encodeWithURLEscapeSequences(const String& notEncodedString) in encodeWithURLEscapeSequences() argument
1508 CString asUTF8 = notEncodedString.utf8(); in encodeWithURLEscapeSequences()