Searched refs:GetRequestID (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dresource_handler.cc24 int ResourceHandler::GetRequestID() const { function in class:content::ResourceHandler
25 return GetRequestInfo()->GetRequestID();
H A Dasync_resource_handler.cc143 new ResourceMsg_UploadProgress(GetRequestID(), position, size));
174 GetRequestID(), redirect_info, response->head));
212 info->GetChildID(), info->GetRequestID(),
218 info->filter()->Send(new ResourceMsg_ReceivedResponse(GetRequestID(),
226 info->filter()->Send(new ResourceMsg_ReceivedCachedMetadata(GetRequestID(),
287 GetRequestID(), handle, size, filter->peer_pid()));
298 GetRequestID(), data_offset, bytes_read, encoded_data_length));
323 GetRequestID(), bytes_downloaded, encoded_data_length));
377 new ResourceMsg_RequestComplete(GetRequestID(), request_complete_data));
H A Dresource_handler.h122 int GetRequestID() const;
H A Dcross_site_resource_handler.cc234 GlobalRequestID global_id(info->GetChildID(), info->GetRequestID());
349 GlobalRequestID global_id(info->GetChildID(), info->GetRequestID());
H A Dresource_request_info_impl.cc159 int ResourceRequestInfoImpl::GetRequestID() const { function in class:content::ResourceRequestInfoImpl
H A Dresource_request_info_impl.h72 virtual int GetRequestID() const OVERRIDE;
H A Dresource_dispatcher_host_impl.cc684 request_info->GetRouteID(), request_info->GetRequestID(),
867 RemovePendingRequest(info->GetChildID(), info->GetRequestID());
H A Dresource_dispatcher_host_unittest.cc2523 EXPECT_EQ(new_request_id, info->GetRequestID());
/external/chromium_org/content/public/browser/
H A Dresource_request_info.h65 virtual int GetRequestID() const = 0;
/external/chromium_org/content/browser/download/
H A Ddownload_resource_handler.cc131 request_info->GetRequestID()),
208 request_info->GetRequestID());
498 info->GetRequestID());
516 info->GetRequestID(),
H A Dsave_file_resource_handler.cc59 info->request_id = GetRequestID();

Completed in 1202 milliseconds