HomeSort by relevance Sort by last modified time
    Searched refs:app_cmd (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/installer/util/
installation_validator.h 96 const AppCommand& app_cmd,
191 const AppCommand& app_cmd,
196 const AppCommand& app_cmd,
202 const AppCommand& app_cmd,
205 const AppCommand& app_cmd,
208 const AppCommand& app_cmd,
211 const AppCommand& app_cmd,
215 const AppCommand& app_cmd,
installation_validator_unittest.cc 225 AppCommand app_cmd(cmd_line.GetCommandLineString());
226 app_cmd.set_sends_pings(true);
227 app_cmd.set_is_web_accessible(true);
228 app_cmd.set_is_run_as_user(true);
229 commands_.Set(installer::kCmdInstallExtension, app_cmd);
251 AppCommand app_cmd(cmd_line.GetCommandLineString());
252 app_cmd.set_is_auto_run_on_os_upgrade(true);
253 commands_.Set(installer::kCmdOnOsUpgrade, app_cmd);
270 AppCommand app_cmd(cmd_line.GetCommandLineString());
271 app_cmd.set_is_web_accessible(true)
    [all...]
installation_validator.cc 171 const AppCommand& app_cmd,
181 app_cmd.sends_pings(),
184 app_cmd.is_web_accessible(),
187 app_cmd.is_auto_run_on_os_upgrade(),
190 app_cmd.is_run_as_user(),
208 const AppCommand& app_cmd,
215 CommandLine cmd_line(CommandLine::FromString(app_cmd.command_line()));
239 ValidateAppCommandFlags(ctx, app_cmd, flags_exp, name, is_valid);
245 const AppCommand& app_cmd,
247 ValidateInstallCommand(ctx, app_cmd, kCmdInstallApp
    [all...]
  /external/chromium/chrome/browser/
shell_integration_win.cc 379 std::wstring app_cmd; local
382 if (key.Valid() && (key.ReadValue(L"Progid", &app_cmd) == ERROR_SUCCESS) &&
383 app_cmd == L"FirefoxURL")
389 std::wstring app_cmd; local
390 if (key.Valid() && (key.ReadValue(L"", &app_cmd) == ERROR_SUCCESS) &&
391 std::wstring::npos != StringToLowerASCII(app_cmd).find(L"firefox"))
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 317 base::string16 app_cmd; local
320 if (key.Valid() && (key.ReadValue(L"Progid", &app_cmd) == ERROR_SUCCESS) &&
321 app_cmd == L"FirefoxURL")
327 base::string16 app_cmd; local
328 if (key.Valid() && (key.ReadValue(L"", &app_cmd) == ERROR_SUCCESS) &&
329 base::string16::npos != StringToLowerASCII(app_cmd).find(L"firefox"))

Completed in 2714 milliseconds