Home
last modified time | relevance | path

Searched defs:ResourceResponseInfo (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/public/common/
Dresource_response_info.h23 struct ResourceResponseInfo { struct
29 base::Time request_time;
33 base::Time response_time;
36 scoped_refptr<net::HttpResponseHeaders> headers;
39 std::string mime_type;
43 std::string charset;
47 std::string security_info;
50 int64 content_length;
54 int64 encoded_data_length;
57 int64 appcache_id;
[all …]
Dresource_response_info.cc12 ResourceResponseInfo::ResourceResponseInfo() in ResourceResponseInfo() function in content::ResourceResponseInfo