HomeSort by relevance Sort by last modified time
    Searched defs:http_info (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/webkit/browser/appcache/
appcache_url_request_job.cc 294 const net::HttpResponseInfo* AppCacheURLRequestJob::http_info() const { function in class:appcache::AppCacheURLRequestJob
394 if (!http_info())
396 return http_info()->headers->GetMimeType(mime_type);
400 if (!http_info())
402 return http_info()->headers->GetCharset(charset);
406 if (!http_info())
408 *info = *http_info();
412 if (!http_info())
414 return http_info()->headers->response_code();
appcache_response.h 33 // AppCacheResponseInfo takes ownership of the http_info.
35 int64 response_id, net::HttpResponseInfo* http_info,
60 scoped_ptr<net::HttpResponseInfo> http_info; member in struct:appcache::HttpResponseInfoIOBuffer
145 // contain a NULL http_info when ReadInfo is called. The 'callback' is a
appcache_update_job.cc 1154 const net::HttpResponseInfo* http_info = response_info ? local
    [all...]
appcache_update_job_unittest.cc 3081 net::HttpResponseInfo* http_info = new net::HttpResponseInfo(); local
    [all...]

Completed in 3003 milliseconds