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

/external/chromium_org/chrome/browser/
H A Djumplist_updater_win.cc25 const std::wstring& application_path,
37 result = link->SetPath(application_path.c_str());
167 base::FilePath application_path;
168 if (!PathService::Get(base::FILE_EXE, &application_path))
182 AddShellLink(collection, application_path.value(), *it);
204 base::FilePath application_path;
205 if (!PathService::Get(base::FILE_EXE, &application_path))
226 AddShellLink(collection, application_path.value(), link);
24 AddShellLink(base::win::ScopedComPtr<IObjectCollection> collection, const std::wstring& application_path, scoped_refptr<ShellLinkItem> item) argument
/external/chromium_org/chrome/installer/util/
H A Dauto_launch_util.cc57 // Returns whether the Chrome executable specified in |application_path| is set
59 // NOTE: |application_path| is optional and should be blank in most cases (as
66 bool WillLaunchAtLoginWithSwitch(const base::FilePath& application_path, argument
76 base::FilePath chrome_exe(application_path);
95 const base::FilePath& application_path) {
97 return WillLaunchAtLoginWithSwitch(application_path,
103 return WillLaunchAtLoginWithSwitch(application_path,
127 void SetWillLaunchAtLogin(const base::FilePath& application_path, argument
154 WillLaunchAtLoginWithSwitch(application_path,
160 WillLaunchAtLoginWithSwitch(application_path,
93 AutoStartRequested(const base::string16& profile_directory, bool window_requested, const base::FilePath& application_path) argument
215 EnableForegroundStartAtLogin(const base::string16& profile_directory, const base::FilePath& application_path) argument
[all...]
H A Dproduct.cc65 bool Product::LaunchChrome(const base::FilePath& application_path) const {
66 bool success = !application_path.empty();
68 CommandLine cmd(application_path.Append(installer::kChromeExe));
74 bool Product::LaunchChromeAndWait(const base::FilePath& application_path, argument
77 if (application_path.empty())
80 CommandLine cmd(application_path.Append(installer::kChromeExe));
H A Duser_experiment.cc484 const base::FilePath& application_path) {
500 if (!product.LaunchChromeAndWait(application_path, options, &exit_code))
481 InactiveUserToastExperiment(int flavor, const base::string16& experiment_group, const Product& product, const base::FilePath& application_path) argument

Completed in 390 milliseconds