Home
last modified time | relevance | path

Searched refs:StartProcess (Results 1 – 4 of 4) 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/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();