Home
last modified time | relevance | path

Searched refs:render_process_host_id_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/ssl/
Dssl_add_cert_handler.cc22 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()
Dssl_error_handler.cc33 &render_process_host_id_, in SSLErrorHandler()
76 return tab_util::GetTabContentsByID(render_process_host_id_, in GetTabContents()
Dssl_add_cert_handler.h51 int render_process_host_id_; variable
Dssl_error_handler.h125 int render_process_host_id_; variable
/external/chromium/chrome/browser/renderer_host/
Ddownload_throttling_resource_handler.cc26 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()
Dsafe_browsing_resource_handler.cc37 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()
Ddownload_throttling_resource_handler.h70 int render_process_host_id_; variable
Dsafe_browsing_resource_handler.h145 int render_process_host_id_; variable
/external/chromium/chrome/browser/ui/login/
Dlogin_prompt.cc94 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()
Dlogin_prompt.h149 int render_process_host_id_; variable