Home
last modified time | relevance | path

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

/external/chromium_org/net/http/
Dhttp_response_headers.cc1274 std::string byte_range_resp_spec(byte_range_resp_spec_begin, in GetContentRange() local
1277 if (!LowerCaseEqualsASCII(byte_range_resp_spec, "*")) { in GetContentRange()
1278 size_t minus_position = byte_range_resp_spec.find('-'); in GetContentRange()
1282 byte_range_resp_spec.begin(); in GetContentRange()
1284 byte_range_resp_spec.begin() + minus_position; in GetContentRange()
1293 byte_range_resp_spec.begin() + minus_position + 1; in GetContentRange()
1295 byte_range_resp_spec.end(); in GetContentRange()