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

/external/chromium/chrome/browser/
H A Dshell_integration_win.cc379 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/
H A Dshell_integration_win.cc317 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"))
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator.cc171 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, kCmdInstallAp
169 ValidateAppCommandFlags( const ProductContext& ctx, const AppCommand& app_cmd, const std::set<string16>& flags_exp, const string16& name, bool* is_valid) argument
206 ValidateInstallCommand( const ProductContext& ctx, const AppCommand& app_cmd, const wchar_t* expected_command, const wchar_t* expected_app_name, const char* expected_switch, bool* is_valid) argument
243 ValidateInstallAppCommand( const ProductContext& ctx, const AppCommand& app_cmd, bool* is_valid) argument
253 ValidateInstallExtensionCommand( const ProductContext& ctx, const AppCommand& app_cmd, bool* is_valid) argument
263 ValidateOnOsUpgradeCommand( const ProductContext& ctx, const AppCommand& app_cmd, bool* is_valid) argument
292 ValidateQueryEULAAcceptanceCommand( const ProductContext& ctx, const AppCommand& app_cmd, bool* is_valid) argument
318 ValidateQuickEnableApplicationHostCommand( const ProductContext& ctx, const AppCommand& app_cmd, bool* is_valid) argument
[all...]

Completed in 77 milliseconds