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

  /external/chromium/base/
string_tokenizer.h 212 bool IsQuote(char_type c) const {
236 state->in_quote = IsQuote(state->quote_char = c);
  /external/chromium/net/http/
http_util.cc 369 bool HttpUtil::IsQuote(char c) {
383 if (!IsQuote(*begin))
754 if (HttpUtil::IsQuote(*it))
770 if (HttpUtil::IsQuote(*value_begin_)) {
http_util.h 99 static bool IsQuote(char c);

Completed in 39 milliseconds