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

/external/chromium_org/net/http/
H A Dhttp_util.h331 return value_is_quoted_ ? unquoted_value_.begin() : value_begin_;
334 return value_is_quoted_ ? unquoted_value_.end() : value_end_;
337 return value_is_quoted_ ? unquoted_value_ : std::string(value_begin_,
357 // into the original's unquoted_value_ member.
358 std::string unquoted_value_; member in class:net::HttpUtil::NameValuePairsIterator
H A Dhttp_util.cc896 unquoted_value_.clear();
912 // Do not store iterators into this. See declaration of unquoted_value_.
913 unquoted_value_ = HttpUtil::Unquote(value_begin_, value_end_);

Completed in 1616 milliseconds