Home | Sort by relevance Sort by last modified time |
/external/chromium/net/http/ | |
http_util.h | 242 return value_begin_; 248 return std::string(value_begin_, value_end_); 253 std::string::const_iterator value_begin_; member in class:net::HttpUtil::ValuesIterator 286 return value_is_quoted_ ? unquoted_value_.begin() : value_begin_; 292 return value_is_quoted_ ? unquoted_value_ : std::string(value_begin_, 306 std::string::const_iterator value_begin_; member in class:net::HttpUtil::NameValuePairsIterator |
/external/chromium_org/net/http/ | |
http_util.h | 280 return value_begin_; 286 return std::string(value_begin_, value_end_); 291 std::string::const_iterator value_begin_; member in class:net::HttpUtil::ValuesIterator 324 return value_is_quoted_ ? unquoted_value_.begin() : value_begin_; 330 return value_is_quoted_ ? unquoted_value_ : std::string(value_begin_, 335 std::string raw_value() const { return std::string(value_begin_, 345 std::string::const_iterator value_begin_; member in class:net::HttpUtil::NameValuePairsIterator |