HomeSort by relevance Sort by last modified time
    Searched refs:render_process_host_id (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium/chrome/browser/tab_contents/
tab_util.h 16 TabContents* GetTabContentsByID(int render_process_host_id, int routing_id);
  /external/chromium/chrome/browser/extensions/
extension_tab_id_map.h 30 int render_process_host_id, int routing_id, int* tab_id, int* window_id);
46 int render_process_host_id, int routing_id, int tab_id, int window_id);
48 int render_process_host_id, int routing_id);
extension_tab_id_map.cc 126 int render_process_host_id, int routing_id, int tab_id, int window_id) {
128 RenderId render_id(render_process_host_id, routing_id);
133 int render_process_host_id, int routing_id) {
135 RenderId render_id(render_process_host_id, routing_id);
140 int render_process_host_id, int routing_id, int* tab_id, int* window_id) {
142 RenderId render_id(render_process_host_id, routing_id);
  /external/chromium/chrome/browser/
external_protocol_handler.h 36 static void LaunchUrl(const GURL& url, int render_process_host_id,
41 // |render_process_host_id| and |routing_id| are used by
50 int render_process_host_id,
external_protocol_handler.cc 130 int render_process_host_id,
148 render_process_host_id,
  /external/chromium/chrome/browser/ssl/
ssl_add_cert_handler.h 24 int render_process_host_id, int render_view_id);
ssl_add_cert_handler.cc 19 int render_process_host_id,
22 render_process_host_id_(render_process_host_id),
ssl_client_auth_handler.cc 35 int render_process_host_id; local
38 &render_process_host_id,
47 render_process_host_id, render_view_host_id,
  /external/chromium/chrome/browser/chromeos/
external_protocol_dialog.cc 35 const GURL& url, int render_process_host_id, int routing_id) {
37 render_process_host_id, routing_id);
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.h 109 int render_process_host_id,
167 int render_process_host_id,
228 int render_process_host_id,
305 int render_process_host_id,
394 int render_process_host_id,
463 int render_process_host_id,
525 int render_process_host_id,
task_manager_resource_providers.cc 240 int render_process_host_id,
243 tab_util::GetTabContentsByID(render_process_host_id, routing_id);
465 int render_process_host_id,
473 std::make_pair(render_process_host_id, routing_id));
665 int render_process_host_id,
668 render_process_host_id, routing_id);
    [all...]
  /external/chromium/chrome/browser/download/
download_request_limiter.h 178 void CanDownloadOnIOThread(int render_process_host_id,
219 void CanDownload(int render_process_host_id,
save_file_manager.h 98 int render_process_host_id,
214 int render_process_host_id,
download_request_limiter.cc 191 void DownloadRequestLimiter::CanDownloadOnIOThread(int render_process_host_id,
201 render_process_host_id, render_view_id, request_id,
236 void DownloadRequestLimiter::CanDownload(int render_process_host_id,
243 tab_util::GetTabContentsByID(render_process_host_id, render_view_id);
save_file_manager.cc 122 int render_process_host_id,
141 render_process_host_id,
150 info->render_process_id = render_process_host_id;
365 int render_process_host_id,
373 render_process_host_id,
download_util.h 239 int render_process_host_id,
  /external/chromium/chrome/browser/renderer_host/
save_file_resource_handler.cc 15 SaveFileResourceHandler::SaveFileResourceHandler(int render_process_host_id,
20 render_process_id_(render_process_host_id),
download_resource_handler.h 29 int render_process_host_id,
download_throttling_resource_handler.h 37 int render_process_host_id,
save_file_resource_handler.h 19 SaveFileResourceHandler(int render_process_host_id,
download_throttling_resource_handler.cc 19 int render_process_host_id,
26 render_process_host_id_(render_process_host_id),
safe_browsing_resource_handler.h 46 int render_process_host_id,
  /external/chromium/chrome/browser/ui/views/
external_protocol_dialog.cc 35 const GURL& url, int render_process_host_id, int routing_id) {
43 render_process_host_id, routing_id);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 106 int render_process_host_id; member in struct:SafeBrowsingService::WhiteListedEntry
116 render_process_host_id(-1),
341 int render_process_host_id,
349 if (entry.render_process_host_id == render_process_host_id &&
368 resource.render_process_host_id = render_process_host_id;
458 entry.render_process_host_id = resource.render_process_host_id;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
external_protocol_dialog_gtk.cc 34 const GURL& url, int render_process_host_id, int routing_id) {

Completed in 318 milliseconds

1 2