HomeSort by relevance Sort by last modified time
    Searched defs:IsQuote (Results 1 - 4 of 4) 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.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_)) {

Completed in 869 milliseconds