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

/external/webkit/Source/WebCore/platform/
H A DKURLGoogle.cpp841 String encodeWithURLEscapeSequences(const String& notEncodedString) function in namespace:WebCore
H A DKURL.cpp860 // FIXME: encodeWithURLEscapeSequences does not correctly escape '#' and '?', so fragment and query parts
866 parse(m_string.left(m_portEnd) + encodeWithURLEscapeSequences(path) + m_string.substring(m_pathEnd));
1506 String encodeWithURLEscapeSequences(const String& notEncodedString) function in namespace:WebCore

Completed in 130 milliseconds