Home | History | Annotate | Download | only in browser

Lines Matching refs:ShellIntegration

404 ShellIntegration::DefaultWebClientState GetIsDefaultWebClient(
407 return ShellIntegration::UNKNOWN_DEFAULT;
437 return ShellIntegration::UNKNOWN_DEFAULT;
441 return (reply.find("yes") == 0) ? ShellIntegration::IS_DEFAULT :
442 ShellIntegration::NOT_DEFAULT;
503 ShellIntegration::DefaultWebClientSetPermission
504 ShellIntegration::CanSetAsDefaultBrowser() {
509 bool ShellIntegration::SetAsDefaultBrowser() {
514 bool ShellIntegration::SetAsDefaultProtocolClient(
520 ShellIntegration::DefaultWebClientState
521 ShellIntegration::GetDefaultBrowser() {
526 base::string16 ShellIntegration::GetApplicationNameForProtocol(
532 ShellIntegration::DefaultWebClientState
533 ShellIntegration::IsDefaultProtocolClient(const std::string& protocol) {
538 bool ShellIntegration::IsFirefoxDefaultBrowser() {
773 CommandLine cmd_line = ShellIntegration::CommandLineArgsForLauncher(
967 ShellIntegration::GetAppShortcutsSubdirName(), "");