Searched refs:render_process_host_id_ (Results 1 – 10 of 10) sorted by relevance
/external/chromium/chrome/browser/ssl/ |
D | ssl_add_cert_handler.cc | 22 render_process_host_id_(render_process_host_id), in SSLAddCertHandler() 45 render_process_host_id_, render_view_id_, in Run() 72 render_process_host_id_, render_view_id_, in Finished() 77 render_process_host_id_, render_view_id_, in Finished() 84 render_process_host_id_, render_view_id_, in Finished()
|
D | ssl_error_handler.cc | 33 &render_process_host_id_, in SSLErrorHandler() 76 return tab_util::GetTabContentsByID(render_process_host_id_, in GetTabContents()
|
D | ssl_add_cert_handler.h | 51 int render_process_host_id_; variable
|
D | ssl_error_handler.h | 125 int render_process_host_id_; variable
|
/external/chromium/chrome/browser/renderer_host/ |
D | download_throttling_resource_handler.cc | 26 render_process_host_id_(render_process_host_id), in DownloadThrottlingResourceHandler() 36 host_->PauseRequest(render_process_host_id_, request_id_, true); in DownloadThrottlingResourceHandler() 44 render_process_host_id_, render_view_id, request_id, this); in DownloadThrottlingResourceHandler() 48 render_process_host_id_, render_view_id_)); in DownloadThrottlingResourceHandler() 169 host_->CancelRequest(render_process_host_id_, request_id_, false); in CancelDownload() 178 render_process_host_id_, in ContinueDownload() 193 host_->PauseRequest(render_process_host_id_, request_id_, false); in ContinueDownload()
|
D | safe_browsing_resource_handler.cc | 37 render_process_host_id_(render_process_host_id), in SafeBrowsingResourceHandler() 164 GlobalRequestID(render_process_host_id_, deferred_request_id_)); in OnBrowseUrlCheckResult() 168 rdh_->CancelRequest(render_process_host_id_, deferred_request_id_, false); in OnBrowseUrlCheckResult() 190 GlobalRequestID(render_process_host_id_, deferred_request_id_)); in StartDisplayingBlockingPage() 198 result, this, render_process_host_id_, render_view_id_); in StartDisplayingBlockingPage() 210 GlobalRequestID(render_process_host_id_, deferred_request_id_)); in OnBlockingPageComplete() 217 rdh_->CancelRequest(render_process_host_id_, deferred_request_id_, false); in OnBlockingPageComplete() 291 rdh_->StartDeferredRequest(render_process_host_id_, request_id); in ResumeStart() 313 rdh_->FollowDeferredRedirect(render_process_host_id_, request_id, in ResumeRedirect()
|
D | download_throttling_resource_handler.h | 70 int render_process_host_id_; variable
|
D | safe_browsing_resource_handler.h | 145 int render_process_host_id_; variable
|
/external/chromium/chrome/browser/ui/login/ |
D | login_prompt.cc | 94 request_, &render_process_host_id_, &tab_contents_id_)) { in LoginHandler() 114 return tab_util::GetTabContentsByID(render_process_host_id_, in GetTabContentsForLogin() 119 RenderViewHost* rvh = RenderViewHost::FromID(render_process_host_id_, in GetRenderViewHostDelegate()
|
D | login_prompt.h | 149 int render_process_host_id_; variable
|