Home
last modified time | relevance | path

Searched refs:last_byte_pos_end (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/http/
Dhttp_util.cc247 std::string::const_iterator last_byte_pos_end = in ParseRanges() local
249 TrimLWS(&last_byte_pos_begin, &last_byte_pos_end); in ParseRanges()
250 std::string last_byte_pos(last_byte_pos_begin, last_byte_pos_end); in ParseRanges()
Dhttp_response_headers.cc1119 std::string::const_iterator last_byte_pos_end = in GetContentRange() local
1121 HttpUtil::TrimLWS(&last_byte_pos_begin, &last_byte_pos_end); in GetContentRange()
1124 std::string(last_byte_pos_begin, last_byte_pos_end), in GetContentRange()