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

  /external/chromium/net/http/
http_response_info.h 34 bool InitFromPickle(const Pickle& pickle, bool* response_truncated);
39 bool response_truncated) const;
http_response_info.cc 106 bool* response_truncated) {
182 *response_truncated = (flags & RESPONSE_INFO_TRUNCATED) ? true : false;
189 bool response_truncated) const {
200 if (response_truncated)
http_cache.h 164 bool* response_truncated);
http_cache.cc 432 bool* response_truncated) {
434 return response_info->InitFromPickle(pickle, response_truncated);
    [all...]
http_cache_unittest.cc 574 bool* response_truncated) {
585 response_truncated);
592 bool response_truncated) {
595 &pickle, skip_transient_headers, response_truncated);
4125 bool response_truncated; local
    [all...]

Completed in 272 milliseconds