Searched refs:value_is_quoted_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/http/
H A Dhttp_util.h286 return value_is_quoted_ ? unquoted_value_.begin() : value_begin_;
289 return value_is_quoted_ ? unquoted_value_.end() : value_end_;
292 return value_is_quoted_ ? unquoted_value_ : std::string(value_begin_,
314 bool value_is_quoted_; member in class:net::HttpUtil::NameValuePairsIterator
H A Dhttp_util.cc716 value_is_quoted_(false) {
757 value_is_quoted_ = false;
773 value_is_quoted_ = true;

Completed in 63 milliseconds