OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartProcess
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/
utility_process_host.cc
35
if (!
StartProcess
(extension.DirName()))
43
if (!
StartProcess
(FilePath()))
51
if (!
StartProcess
(FilePath()))
60
if (!
StartProcess
(FilePath()))
69
if (!
StartProcess
(FilePath()))
79
if (!
StartProcess
(FilePath()))
90
if (!
StartProcess
(FilePath()))
98
if (!
StartProcess
(FilePath()))
106
is_batch_mode_ =
StartProcess
(FilePath());
121
bool UtilityProcessHost::
StartProcess
(const FilePath& exposed_dir)
[
all
...]
utility_process_host.h
175
bool
StartProcess
(const FilePath& exposed_dir);
/external/chromium/chrome/browser/importer/
profile_import_process_host.h
61
bool
StartProcess
();
profile_import_process_host.cc
35
if (!
StartProcess
())
79
bool ProfileImportProcessHost::
StartProcess
() {
/external/chromium_org/content/browser/
utility_process_host_impl.cc
91
if (!
StartProcess
())
99
is_batch_mode_ =
StartProcess
();
134
bool UtilityProcessHostImpl::
StartProcess
() {
utility_process_host_impl.h
53
bool
StartProcess
();
/external/chromium_org/chrome/service/
service_utility_process_host.h
119
bool
StartProcess
(bool no_sandbox, const base::FilePath& exposed_dir);
service_utility_process_host.cc
112
if (!
StartProcess
(false, scratch_metafile_dir_->path()))
148
if (!
StartProcess
(true, exposed_path))
155
bool ServiceUtilityProcessHost::
StartProcess
(
Completed in 543 milliseconds