HomeSort by relevance Sort by last modified time
    Searched refs:content_lengths (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/tools/quic/test_tools/
http_message.cc 165 vector<StringPiece> content_lengths; local
166 headers()->GetAllOfHeader(kContentLength, &content_lengths);
167 CHECK_GE(1ul, content_lengths.size());
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings.cc 477 DataReductionProxySettings::ContentLengthList content_lengths; local
482 content_lengths.push_back(GetInt64PrefValue(*list_value, i));
485 return content_lengths;

Completed in 45 milliseconds