Searched refs:IsQuote (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/strings/
H A Dstring_tokenizer.h213 bool IsQuote(char_type c) const { function in class:base::StringTokenizerT
237 state->in_quote = IsQuote(state->quote_char = c);
/external/chromium_org/net/http/
H A Dhttp_util.cc422 bool HttpUtil::IsQuote(char c) { function in class:net::HttpUtil
452 if (!IsQuote(*begin))
885 if (HttpUtil::IsQuote(*it))
901 if (HttpUtil::IsQuote(*value_begin_)) {
H A Dhttp_util.h112 static bool IsQuote(char c);

Completed in 2317 milliseconds