Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_util.cc253 std::string::const_iterator last_byte_pos_begin = in ParseRangeHeader() local
257 TrimLWS(&last_byte_pos_begin, &last_byte_pos_end); in ParseRangeHeader()
258 std::string last_byte_pos(last_byte_pos_begin, last_byte_pos_end); in ParseRangeHeader()
Dhttp_response_headers.cc1191 std::string::const_iterator last_byte_pos_begin = in GetContentRange() local
1195 HttpUtil::TrimLWS(&last_byte_pos_begin, &last_byte_pos_end); in GetContentRange()
1197 ok &= base::StringToInt64(last_byte_pos_begin, in GetContentRange()