HomeSort by relevance Sort by last modified time
    Searched refs:utility_process_host (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/
image_decoder.cc 11 #include "content/public/browser/utility_process_host.h"
62 UtilityProcessHost* utility_process_host; local
63 utility_process_host = UtilityProcessHost::Create(this, task_runner_.get());
65 utility_process_host->Send(
68 utility_process_host->Send(
chrome_select_file_dialog_factory_win.cc 20 #include "content/public/browser/utility_process_host.h"
137 base::WeakPtr<content::UtilityProcessHost> utility_process_host(
140 utility_process_host->DisableSandbox();
141 utility_process_host->Send(new ChromeUtilityMsg_GetOpenFileName(
267 base::WeakPtr<content::UtilityProcessHost> utility_process_host(
270 utility_process_host->DisableSandbox();
283 utility_process_host->Send(new ChromeUtilityMsg_GetSaveFileName(params));
platform_util_win.cc 27 #include "content/public/browser/utility_process_host.h"
163 base::WeakPtr<content::UtilityProcessHost> utility_process_host(
165 utility_process_host->DisableSandbox();
166 utility_process_host->Send(new ChromeUtilityMsg_OpenItemViaShell(full_path));

Completed in 301 milliseconds