IsQuote           213 base/strings/string_tokenizer.h   bool IsQuote(char_type c) const {
IsQuote           237 base/strings/string_tokenizer.h       state->in_quote = IsQuote(state->quote_char = c);
IsQuote           439 net/http/http_util.cc   if (!IsQuote(*begin))
IsQuote           872 net/http/http_util.cc     if (HttpUtil::IsQuote(*it))
IsQuote           888 net/http/http_util.cc   if (HttpUtil::IsQuote(*value_begin_)) {
IsQuote           105 net/http/http_util.h   static bool IsQuote(char c);