Home
last modified time | relevance | path

Searched refs:StartProcess (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/
Dutility_process_host.cc35 if (!StartProcess(extension.DirName())) in StartExtensionUnpacker()
43 if (!StartProcess(FilePath())) in StartWebResourceUnpacker()
51 if (!StartProcess(FilePath())) in StartUpdateManifestParse()
60 if (!StartProcess(FilePath())) in StartImageDecoding()
69 if (!StartProcess(FilePath())) in StartImageDecodingBase64()
79 if (!StartProcess(FilePath())) in StartIDBKeysFromValuesAndKeyPath()
90 if (!StartProcess(FilePath())) in StartInjectIDBKey()
98 if (!StartProcess(FilePath())) in StartJSONParsing()
106 is_batch_mode_ = StartProcess(FilePath()); in StartBatchMode()
121 bool UtilityProcessHost::StartProcess(const FilePath& exposed_dir) { in StartProcess() function in UtilityProcessHost
Dutility_process_host.h175 bool StartProcess(const FilePath& exposed_dir);
/external/chromium_org/content/browser/
Dutility_process_host_impl.cc91 if (!StartProcess()) in Send()
99 is_batch_mode_ = StartProcess(); in StartBatchMode()
134 bool UtilityProcessHostImpl::StartProcess() { in StartProcess() function in content::UtilityProcessHostImpl
Dutility_process_host_impl.h53 bool StartProcess(); in NON_EXPORTED_BASE()
/external/chromium/chrome/browser/importer/
Dprofile_import_process_host.cc35 if (!StartProcess()) in StartProfileImportProcess()
79 bool ProfileImportProcessHost::StartProcess() { in StartProcess() function in ProfileImportProcessHost
Dprofile_import_process_host.h61 bool StartProcess();
/external/chromium_org/chrome/service/
Dservice_utility_process_host.cc112 if (!StartProcess(false, scratch_metafile_dir_->path())) in StartRenderPDFPagesToMetafile()
148 if (!StartProcess(true, exposed_path)) in StartGetPrinterCapsAndDefaults()
155 bool ServiceUtilityProcessHost::StartProcess( in StartProcess() function in ServiceUtilityProcessHost
Dservice_utility_process_host.h119 bool StartProcess(bool no_sandbox, const base::FilePath& exposed_dir);