Lines Matching defs:ResourceResponseInfo
115 struct ResourceResponseInfo { struct
121 base::Time request_time;
125 base::Time response_time;
128 scoped_refptr<net::HttpResponseHeaders> headers;
131 std::string mime_type;
135 std::string charset;
139 std::string security_info;
142 int64 content_length;
146 int64 encoded_data_length;
149 int64 appcache_id;
153 GURL appcache_manifest_url;
157 uint32 connection_id;
160 bool connection_reused;
164 ResourceLoadTimingInfo load_timing;
169 scoped_refptr<ResourceDevToolsInfo> devtools_info;
174 FilePath download_file_path;
177 bool was_fetched_via_spdy;
180 bool was_npn_negotiated;
184 bool was_alternate_protocol_available;
189 bool was_fetched_via_proxy;
192 net::HostPortPair socket_address;