Home
last modified time | relevance | path

Searched refs:process_host_id_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Doffline_resource_handler.cc31 process_host_id_(host_id), in OfflineResourceHandler()
152 rdh_->CancelRequest(process_host_id_, request_id, false); in OnBlockingPageComplete()
186 rdh_->StartDeferredRequest(process_host_id_, request_id); in Resume()
191 process_host_id_, render_view_id_, deferred_url_, this); in ShowOfflinePage()
Doffline_resource_handler.h70 int process_host_id_; variable