Searched defs:application_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dauto_launch_util.cc68 // Returns whether the Chrome executable specified in |application_path| is set
70 // NOTE: |application_path| is optional and should be blank in most cases (as
77 bool WillLaunchAtLoginWithSwitch(const base::FilePath& application_path, argument
87 base::FilePath chrome_exe(application_path);
105 const base::FilePath& application_path) {
107 return WillLaunchAtLoginWithSwitch(application_path,
113 return WillLaunchAtLoginWithSwitch(application_path,
137 void SetWillLaunchAtLogin(const base::FilePath& application_path, argument
164 WillLaunchAtLoginWithSwitch(application_path,
170 WillLaunchAtLoginWithSwitch(application_path,
103 AutoStartRequested(const string16& profile_directory, bool window_requested, const base::FilePath& application_path) argument
226 EnableForegroundStartAtLogin(const string16& profile_directory, const base::FilePath& application_path) argument
[all...]
H A Dproduct.cc69 bool Product::LaunchChrome(const base::FilePath& application_path) const {
70 bool success = !application_path.empty();
72 CommandLine cmd(application_path.Append(installer::kChromeExe));
78 bool Product::LaunchChromeAndWait(const base::FilePath& application_path, argument
81 if (application_path.empty())
84 CommandLine cmd(application_path.Append(installer::kChromeExe));
H A Duser_experiment.cc488 const base::FilePath& application_path) {
504 if (!product.LaunchChromeAndWait(application_path, options, &exit_code))
485 InactiveUserToastExperiment(int flavor, const string16& experiment_group, const Product& product, const base::FilePath& application_path) argument

Completed in 92 milliseconds