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_test_utils.cc 165 vector<StringPiece> content_lengths; local
166 headers()->GetAllOfHeader(kContentLength, &content_lengths);
167 CHECK_GE(1ul, content_lengths.size());
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings.cc 566 DataReductionProxySettings::ContentLengthList content_lengths; local
570 content_lengths.push_back(GetInt64PrefValue(*list_value, i));
573 return content_lengths;

Completed in 72 milliseconds