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
|