HomeSort by relevance Sort by last modified time
    Searched refs:response_truncated (Results 1 - 13 of 13) 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...]
  /external/chromium_org/net/http/
http_response_info.h 54 bool InitFromPickle(const Pickle& pickle, bool* response_truncated);
59 bool response_truncated) const;
http_response_info.cc 152 bool* response_truncated) {
254 *response_truncated = (flags & RESPONSE_INFO_TRUNCATED) != 0;
263 bool response_truncated) const {
275 if (response_truncated)
mock_http_cache.h 180 bool* response_truncated);
186 bool response_truncated);
mock_http_cache.cc 517 bool* response_truncated) {
528 response_truncated);
533 bool skip_transient_headers, bool response_truncated) {
536 &pickle, skip_transient_headers, response_truncated);
http_cache.h 161 bool* response_truncated);
http_cache.cc 362 bool* response_truncated) {
364 return response_info->InitFromPickle(pickle, response_truncated);
    [all...]
http_cache_unittest.cc 4681 bool response_truncated; local
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_response.cc 225 bool response_truncated = false; local
226 if (!info->InitFromPickle(pickle, &response_truncated) ||
231 DCHECK(!response_truncated);

Completed in 243 milliseconds