Home
last modified time | relevance | path

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

/external/chromium_org/net/http/
Dhttp_response_headers.cc1317 std::string::const_iterator instance_length_end = in GetContentRange() local
1319 HttpUtil::TrimLWS(&instance_length_begin, &instance_length_end); in GetContentRange()
1321 if (LowerCaseEqualsASCII(instance_length_begin, instance_length_end, "*")) { in GetContentRange()
1324 instance_length_end), in GetContentRange()