HomeSort by relevance Sort by last modified time
    Searched refs:IsQuote (Results 1 - 8 of 8) 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_org/base/strings/
string_tokenizer.h 213 bool IsQuote(char_type c) const {
237 state->in_quote = IsQuote(state->quote_char = c);
  /external/chromium_org/chrome_frame/
html_utils.h 104 bool IsQuote(wchar_t c);
html_utils.cc 215 bool HTMLScanner::IsQuote(wchar_t c) {
301 state.in_quote = IsQuote(state.quote_char = *tag->end_);
  /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);
  /external/chromium_org/net/http/
http_util.cc 423 bool HttpUtil::IsQuote(char c) {
453 if (!IsQuote(*begin))
885 if (HttpUtil::IsQuote(*it))
901 if (HttpUtil::IsQuote(*value_begin_)) {
http_util.h 105 static bool IsQuote(char c);

Completed in 471 milliseconds