Searched refs:content_range_str (Results 1 – 2 of 2) sorted by relevance
690 const std::string& content_range_str, int64* first_byte_position, in ParseContentRange() argument693 if (content_range_str.find(kUpThroughBytesUnit) != 0) in ParseContentRange()696 content_range_str.substr(kUpThroughBytesUnit.length()); in ParseContentRange()
204 const std::string& content_range_str, int64* first_byte_position, in NON_EXPORTED_BASE()