/external/chromium/net/http/ |
http_request_info.cc | 13 request_id(0) {
|
/external/chromium_org/content/browser/loader/ |
throttling_resource_handler.h | 26 int request_id, 31 virtual bool OnRequestRedirected(int request_id, const GURL& url, 34 virtual bool OnResponseStarted(int request_id, 37 virtual bool OnWillStart(int request_id, const GURL& url,
|
cross_site_resource_handler.h | 31 virtual bool OnRequestRedirected(int request_id, 35 virtual bool OnResponseStarted(int request_id, 38 virtual bool OnReadCompleted(int request_id, 41 virtual bool OnResponseCompleted(int request_id, 53 int request_id,
|
cross_site_resource_handler.cc | 26 int request_id) { 31 rvh, GlobalRequestID(render_process_id, request_id)); 61 int request_id, 68 request_id, new_url, response, defer); 72 int request_id, 97 return next_handler_->OnResponseStarted(request_id, response, defer); 101 StartCrossSiteTransition(request_id, response); 108 bool CrossSiteResourceHandler::OnReadCompleted(int request_id, 112 return next_handler_->OnReadCompleted(request_id, bytes_read, defer); 116 int request_id, [all...] |
/external/chromium_org/content/browser/speech/ |
speech_recognition_dispatcher_host.cc | 78 context.request_id = params.request_id; 101 int request_id) { 103 render_process_id_, render_view_id, request_id); 105 // The renderer might provide an invalid |request_id| if the session was not 112 int render_view_id, int request_id) { 114 render_process_id_, render_view_id, request_id); 116 // The renderer might provide an invalid |request_id| if the session was not 130 context.request_id)); 137 context.request_id)); [all...] |
/external/chromium_org/content/child/ |
resource_dispatcher.h | 52 bool RemovePendingRequest(int request_id); 55 void CancelPendingRequest(int routing_id, int request_id); 62 void SetDefersLoading(int request_id, bool value); 65 void DidChangePriority(int routing_id, int request_id, 106 // Helper to lookup the info based on the request_id. 108 PendingRequestInfo* GetPendingRequestInfo(int request_id); 111 void FollowPendingRedirect(int request_id, PendingRequestInfo& request_info); 116 int request_id, 119 void OnReceivedResponse(int request_id, const ResourceResponseHead&); 120 void OnReceivedCachedMetadata(int request_id, const std::vector<char>& data) [all...] |
quota_message_filter.cc | 29 int request_id = -1; local 30 bool result = PickleIterator(msg).ReadInt(&request_id); 37 RequestIdToThreadId::iterator found = request_id_map_.find(request_id); 51 void QuotaMessageFilter::RegisterRequestID(int request_id, int thread_id) { 53 request_id_map_[request_id] = thread_id;
|
/external/chromium_org/content/public/browser/ |
speech_recognition_session_context.cc | 13 request_id(0),
|
/external/chromium_org/net/http/ |
http_request_info.cc | 13 request_id(0),
|
/external/chromium_org/chrome/renderer/extensions/ |
request_sender.h | 39 int request_id, 48 // In order to avoid collision, all |request_id|s passed into StartRequest() 55 // TODO(koz): Remove |request_id| and generate that internally. 60 int request_id, 66 void HandleResponse(int request_id, 78 void InsertRequest(int request_id, PendingRequest* pending_request); 79 linked_ptr<PendingRequest> RemoveRequest(int request_id);
|
/external/chromium_org/content/ppapi_plugin/ |
broker_process_dispatcher.h | 31 uint32 request_id, 37 void OnGetSitesWithData(uint32 request_id, 39 void OnClearSiteData(uint32 request_id, 44 void OnDeauthorizeContentLicenses(uint32 request_id, 47 uint32 request_id, 51 uint32 request_id, 57 uint32 request_id,
|
broker_process_dispatcher.cc | 36 request_id(in_request_id) { 40 uint32 request_id; member in struct:content::__anon10349::GetPermissionSettingsContext 71 context->request_id, PP_ToBool(success), default_permission, site_vector); 130 uint32 request_id, 135 request_id, success, default_permission, sites)); 139 uint32 request_id, 143 Send(new PpapiHostMsg_GetSitesWithDataResult(request_id, sites)); 147 uint32 request_id, 153 request_id, ClearSiteData(plugin_data_path, site, flags, max_age))); 157 uint32 request_id, [all...] |
/external/chromium_org/chrome_frame/ |
urlmon_url_request.h | 83 virtual void StartRequest(int request_id, 85 virtual void ReadRequest(int request_id, int bytes_to_read); 86 virtual void EndRequest(int request_id); 87 virtual void DownloadRequestInHost(int request_id); 94 int request_id, const char* mime_type, const char* headers, int size, 98 virtual void OnReadComplete(int request_id, const std::string& data); 99 virtual void OnResponseEnd(int request_id, 114 // Map for (request_id <-> UrlmonUrlRequest) 121 scoped_refptr<UrlmonUrlRequest> LookupRequest(int request_id, 131 void StartRequestHelper(int request_id, [all...] |
plugin_url_request.h | 29 int request_id, const char* mime_type, const char* headers, int size, 33 virtual void OnReadComplete(int request_id, const std::string& data) = 0; 34 virtual void OnResponseEnd(int request_id, 74 void StartUrlRequest(int request_id, 76 StartRequest(request_id, request_info); 79 void ReadUrlRequest(int request_id, int bytes_to_read) { 80 ReadRequest(request_id, bytes_to_read); 83 void EndUrlRequest(int request_id, const net::URLRequestStatus& s) { 84 EndRequest(request_id); 87 void DownloadUrlRequestInHost(int request_id) { [all...] |
/external/chromium_org/content/browser/download/ |
save_file_resource_handler.cc | 33 bool SaveFileResourceHandler::OnUploadProgress(int request_id, 40 int request_id, 49 int request_id, 61 info->request_id = request_id; 70 bool SaveFileResourceHandler::OnWillStart(int request_id, 76 bool SaveFileResourceHandler::OnWillRead(int request_id, net::IOBuffer** buf, 87 bool SaveFileResourceHandler::OnReadCompleted(int request_id, int bytes_read, 101 int request_id, 113 int request_id, [all...] |
/external/chromium/chrome/browser/ui/webui/ |
thumbnail_source.cc | 26 int request_id) { 30 SendResponse(request_id, data.get()); 32 SendDefaultThumbnail(request_id); 48 void ThumbnailSource::SendDefaultThumbnail(int request_id) { 55 SendResponse(request_id, default_thumbnail_);
|
fileicon_source.cc | 31 int request_id) { 50 SendResponse(request_id, icon_data); 59 cancelable_consumer_.SetClientData(im, h, request_id); 71 int request_id = cancelable_consumer_.GetClientData(im, handle); local 77 SendResponse(request_id, icon_data); 80 SendResponse(request_id, NULL);
|
/external/chromium/chrome/browser/renderer_host/ |
download_resource_handler.cc | 30 int request_id, 37 global_id_(render_process_host_id, request_id), 50 bool DownloadResourceHandler::OnUploadProgress(int request_id, 57 bool DownloadResourceHandler::OnRequestRedirected(int request_id, 65 bool DownloadResourceHandler::OnResponseStarted(int request_id, 68 << " request_id = " << request_id; 93 info->request_id = global_id_.request_id; 118 rdh_->PauseRequest(global_id_.child_id, global_id_.request_id, true) [all...] |
/external/chromium_org/content/renderer/media/ |
webrtc_identity_service.cc | 14 int request_id, 20 : request_id(request_id), 52 int request_id = next_request_id_++; local 54 RequestInfo request_info(request_id, 65 return request_id; 68 void WebRTCIdentityService::CancelRequest(int request_id) { 71 if (it->request_id != request_id)
|
webrtc_identity_service.h | 51 // If the |request_id| is not associated with the 54 // |request_id| is the request id returned from RequestIdentity. 55 void CancelRequest(int request_id); 65 RequestInfo(int request_id, 73 int request_id; member in struct:content::WebRTCIdentityService::RequestInfo 86 void SendRequest(const RequestInfo& request_id);
|
/external/chromium/chrome/browser/prerender/ |
prerender_resource_handler.cc | 110 bool PrerenderResourceHandler::OnUploadProgress(int request_id, 113 return next_handler_->OnUploadProgress(request_id, position, size); 116 bool PrerenderResourceHandler::OnRequestRedirected(int request_id, 121 request_id, url, response, defer); 131 bool PrerenderResourceHandler::OnResponseStarted(int request_id, 147 return next_handler_->OnResponseStarted(request_id, response); 150 bool PrerenderResourceHandler::OnWillStart(int request_id, 153 bool will_start = next_handler_->OnWillStart(request_id, url, defer); 163 bool PrerenderResourceHandler::OnWillRead(int request_id, 167 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size) [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_flash_lso_helper.cc | 30 uint32 request_id, 33 uint32 request_id, 80 uint32 request_id, 82 DCHECK_EQ(get_sites_with_data_request_id_, request_id); 87 void BrowsingDataFlashLSOHelperImpl::OnClearSiteDataCompleted(uint32 request_id, 90 clear_site_data_ids_.find(request_id);
|
/external/chromium_org/content/renderer/pepper/ |
pepper_device_enumeration_host_helper.h | 44 void (int /* request_id */, 53 // Stop enumerating devices of the specified |request_id|. The |request_id| 55 virtual void StopEnumerateDevices(int request_id) = 0; 86 int request_id, 91 int request_id,
|
/external/chromium/chrome/browser/history/ |
download_types.cc | 24 request_id(-1), 39 request_id(-1),
|
/external/chromium/net/base/ |
network_delegate.cc | 20 int NetworkDelegate::NotifyBeforeSendHeaders(uint64 request_id, 26 return OnBeforeSendHeaders(request_id, callback, headers);
|