/external/chromium_org/content/child/ |
resource_dispatcher_unittest.cc | 249 ResourceResponseHead response_head; local 250 response_head.error_code = net::OK; 253 ResourceMsg_ReceivedResponse(0, response_head)); 351 void PerformTest(const ResourceResponseHead& response_head) { 356 ResourceMsg_ReceivedResponse(0, response_head)); 398 ResourceResponseHead response_head; local 399 response_head.error_code = net::OK; 400 response_head.request_start = base::TimeTicks::FromInternalValue(5); 401 response_head.response_start = base::TimeTicks::FromInternalValue(15); 402 response_head.load_timing.request_start_time = base::Time::Now() 418 ResourceResponseHead response_head; local 431 ResourceResponseHead response_head; local [all...] |
resource_dispatcher.h | 136 const ResourceResponseHead& response_head);
|
resource_dispatcher.cc | 345 int request_id, const ResourceResponseHead& response_head) { 355 request_info->peer, response_head.mime_type, request_info->url); 361 ToResourceResponseInfo(*request_info, response_head, &renderer_response_info); 478 const ResourceResponseHead& response_head) { 488 ToResourceResponseInfo(*request_info, response_head, &renderer_response_info);
|
/external/chromium/chrome/browser/prerender/ |
prerender_resource_handler_unittest.cc | 129 response->response_head.mime_type = mime_type; 130 response->response_head.headers = CreateResponseHeaders(headers); 188 response->response_head.mime_type = "text/html"; 189 response->response_head.headers = CreateResponseHeaders(
|
prerender_resource_handler.cc | 40 const ResourceResponseHead& rrh = response->response_head;
|
/external/chromium/chrome/browser/renderer_host/ |
download_resource_handler.cc | 74 set_content_length(response->response_head.content_length); 95 info->mime_type = response->response_head.mime_type; 100 if (!response->response_head.headers || 101 !response->response_head.headers->GetMimeType(&content_type_header))
|
/external/chromium/chrome/browser/net/ |
load_timing_observer.cc | 117 response->response_head.connection_id = record->socket_log_id; 118 response->response_head.connection_reused = record->socket_reused; 119 response->response_head.load_timing = record->timing;
|
/external/chromium_org/content/browser/loader/ |
resource_dispatcher_host_unittest.cc | 58 ResourceResponseHead* response_head) { 67 ASSERT_TRUE(IPC::ReadParam(&messages[0], &iter, response_head)); 1812 ResourceResponseHead response_head; local 1835 ResourceResponseHead response_head; local 1855 ResourceResponseHead response_head; local 1874 ResourceResponseHead response_head; local 1893 ResourceResponseHead response_head; local [all...] |
/external/chromium/chrome/browser/debugger/ |
devtools_netlog_observer.cc | 250 response->response_head.devtools_info =
|