Searched defs:decodeURLEscapeSequences (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DKURLGoogle.cpp777 String decodeURLEscapeSequences(const String& str) function in namespace:WebCore
779 return decodeURLEscapeSequences(str, UTF8Encoding());
791 String decodeURLEscapeSequences(const String& str, const TextEncoding& encoding) function in namespace:WebCore
H A DKURL.cpp586 return decodeURLEscapeSequences(m_string.substring(start, m_hostEnd - start));
610 return decodeURLEscapeSequences(m_string.substring(m_userEnd + 1, m_passwordEnd - m_userEnd - 1));
615 return decodeURLEscapeSequences(m_string.substring(m_userStart, m_userEnd - m_userStart));
917 String decodeURLEscapeSequences(const String& str) function in namespace:WebCore
919 return decodeURLEscapeSequences(str, UTF8Encoding());
922 String decodeURLEscapeSequences(const String& str, const TextEncoding& encoding) function in namespace:WebCore

Completed in 71 milliseconds