Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_response_headers.cc1140 std::string::const_iterator instance_length_begin = in GetContentRange() local
1144 HttpUtil::TrimLWS(&instance_length_begin, &instance_length_end); in GetContentRange()
1146 if (LowerCaseEqualsASCII(instance_length_begin, instance_length_end, "*")) { in GetContentRange()
1149 std::string(instance_length_begin, instance_length_end), in GetContentRange()