Home
last modified time | relevance | path

Searched defs:IsQuote (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dstring_tokenizer.h175 bool IsQuote(char_type c) const { in IsQuote() function
/external/chromium/net/http/
Dhttp_util.cc361 bool HttpUtil::IsQuote(char c) { in IsQuote() function in net::HttpUtil