Home | History | Annotate | Download | only in base

Lines Matching refs:string

8 #include <string>
24 NET_EXPORT std::string EscapeQueryParamValue(const std::string& text,
30 // encoding the string. If this conversion fails, we return false.
31 NET_EXPORT std::string EscapePath(const std::string& path);
37 NET_EXPORT std::string EscapeUrlEncodedData(const std::string& path,
41 NET_EXPORT std::string EscapeNonASCII(const std::string& input);
47 NET_EXPORT std::string EscapeExternalHandlerValue(const std::string& text);
49 // Appends the given character to the output string, escaping the character if
51 NET_EXPORT void AppendEscapedCharForHTML(char c, std::string* output);
54 NET_EXPORT std::string EscapeForHTML(const std::string& text);
109 NET_EXPORT std::string UnescapeURLComponent(const std::string& escaped_text,
117 // will be returned as converted. If it is not, the original escaped string will
119 // information on how the original string was adjusted to get the string
122 const std::string& text,
125 const std::string& text,