Searched refs:unsafe_only (Results 1 – 1 of 1) sorted by relevance
102 bool IsValidUrlChar(char ch, bool unsafe_only) { in IsValidUrlChar() argument103 if (unsafe_only) { in IsValidUrlChar()111 bool encode_space_as_plus, bool unsafe_only) { in InternalUrlEncode() argument120 if (*source == ' ' && encode_space_as_plus && !unsafe_only) { in InternalUrlEncode()122 } else if (IsValidUrlChar(ch, unsafe_only)) { in InternalUrlEncode()175 bool unsafe_only) { in InternalUrlEncodeString() argument179 encode_space_as_plus, unsafe_only); in InternalUrlEncodeString()