Searched defs:ResourceResponseInfo (Results 1 – 2 of 2) sorted by relevance
23 struct ResourceResponseInfo { struct29 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 …]
12 ResourceResponseInfo::ResourceResponseInfo() in ResourceResponseInfo() function in content::ResourceResponseInfo