HomeSort by relevance Sort by last modified time
    Searched refs:IsQuote (Results 1 - 4 of 4) sorted by null

  /external/chromium/base/
string_tokenizer.h 175 bool IsQuote(char_type c) const {
199 state->in_quote = IsQuote(state->quote_char = c);
  /external/chromium/net/http/
http_auth.cc 125 if (HttpUtil::IsQuote(*it))
133 if (value_begin_ != value_end_ && HttpUtil::IsQuote(*value_begin_)) {
http_util.h 89 static bool IsQuote(char c);
http_util.cc 361 bool HttpUtil::IsQuote(char c) {
375 if (!IsQuote(*begin))

Completed in 88 milliseconds