Searched defs:response_truncated (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/http/
H A Dhttp_response_info.cc106 bool* response_truncated) {
182 *response_truncated = (flags & RESPONSE_INFO_TRUNCATED) ? true : false;
189 bool response_truncated) const {
200 if (response_truncated)
105 InitFromPickle(const Pickle& pickle, bool* response_truncated) argument
H A Dhttp_cache.cc432 bool* response_truncated) {
434 return response_info->InitFromPickle(pickle, response_truncated);
430 ParseResponseInfo(const char* data, int len, HttpResponseInfo* response_info, bool* response_truncated) argument
H A Dhttp_cache_unittest.cc574 bool* response_truncated) {
585 response_truncated);
592 bool response_truncated) {
595 &pickle, skip_transient_headers, response_truncated);
4125 bool response_truncated; local
4126 EXPECT_TRUE(response2.InitFromPickle(pickle, &response_truncated));
4127 EXPECT_FALSE(response_truncated);
572 ReadResponseInfo(disk_cache::Entry* disk_entry, net::HttpResponseInfo* response_info, bool* response_truncated) argument
589 WriteResponseInfo(disk_cache::Entry* disk_entry, const net::HttpResponseInfo* response_info, bool skip_transient_headers, bool response_truncated) argument

Completed in 450 milliseconds