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 102 const AppCommand& app_cmd,
197 const AppCommand& app_cmd,
202 const AppCommand& app_cmd,
208 const AppCommand& app_cmd,
211 const AppCommand& app_cmd,
214 const AppCommand& app_cmd,
217 const AppCommand& app_cmd,
220 const AppCommand& app_cmd,
224 const AppCommand& app_cmd,
installation_validator_unittest.cc 241 AppCommand app_cmd(cmd_line.GetCommandLineString());
242 app_cmd.set_sends_pings(true);
243 app_cmd.set_is_web_accessible(true);
244 app_cmd.set_is_run_as_user(true);
245 commands_.Set(installer::kCmdInstallExtension, app_cmd);
267 AppCommand app_cmd(cmd_line.GetCommandLineString());
268 app_cmd.set_is_auto_run_on_os_upgrade(true);
269 commands_.Set(installer::kCmdOnOsUpgrade, app_cmd);
286 AppCommand app_cmd(cmd_line.GetCommandLineString());
287 app_cmd.set_is_web_accessible(true)
    [all...]
installation_validator.cc 188 const AppCommand& app_cmd,
198 app_cmd.sends_pings(),
201 app_cmd.is_web_accessible(),
204 app_cmd.is_auto_run_on_os_upgrade(),
207 app_cmd.is_run_as_user(),
225 const AppCommand& app_cmd,
232 CommandLine cmd_line(CommandLine::FromString(app_cmd.command_line()));
256 ValidateAppCommandFlags(ctx, app_cmd, flags_exp, name, is_valid);
262 const AppCommand& app_cmd,
264 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 315 string16 app_cmd; local
318 if (key.Valid() && (key.ReadValue(L"Progid", &app_cmd) == ERROR_SUCCESS) &&
319 app_cmd == L"FirefoxURL")
325 string16 app_cmd; local
326 if (key.Valid() && (key.ReadValue(L"", &app_cmd) == ERROR_SUCCESS) &&
327 string16::npos != StringToLowerASCII(app_cmd).find(L"firefox"))

Completed in 265 milliseconds