OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:http_info
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/webkit/browser/appcache/
appcache_url_request_job.cc
296
const net::HttpResponseInfo* AppCacheURLRequestJob::
http_info
() const {
function in class:appcache::AppCacheURLRequestJob
402
if (!
http_info
())
404
return
http_info
()->headers->GetMimeType(mime_type);
408
if (!
http_info
())
410
return
http_info
()->headers->GetCharset(charset);
414
if (!
http_info
())
416
*info = *
http_info
();
420
if (!
http_info
())
422
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
1172
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 58 milliseconds