HomeSort by relevance Sort by last modified time
    Searched refs:unquoted_value_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/http/
http_util.h 286 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_,
311 // into the original's unquoted_value_ member.
312 std::string unquoted_value_; member in class:net::HttpUtil::NameValuePairsIterator
http_util.cc 765 unquoted_value_.clear();
781 // Do not store iterators into this. See declaration of unquoted_value_.
782 unquoted_value_ = HttpUtil::Unquote(value_begin_, value_end_);
  /external/chromium_org/net/http/
http_util.h 324 return value_is_quoted_ ? unquoted_value_.begin() : value_begin_;
327 return value_is_quoted_ ? unquoted_value_.end() : value_end_;
330 return value_is_quoted_ ? unquoted_value_ : std::string(value_begin_,
350 // into the original's unquoted_value_ member.
351 std::string unquoted_value_; member in class:net::HttpUtil::NameValuePairsIterator
http_util.cc 896 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 45 milliseconds