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.cc255 std::string::const_iterator last_byte_pos_end = 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.cc1193 std::string::const_iterator last_byte_pos_end = in GetContentRange() local
1195 HttpUtil::TrimLWS(&last_byte_pos_begin, &last_byte_pos_end); in GetContentRange()
1198 last_byte_pos_end, in GetContentRange()