| /external/chromium_org/chrome/browser/ |
| shell_integration_android.cc | 10 ShellIntegration::DefaultWebClientSetPermission 11 ShellIntegration::CanSetAsDefaultBrowser() { 17 bool ShellIntegration::SetAsDefaultBrowser() { 23 bool ShellIntegration::SetAsDefaultProtocolClient(const std::string& protocol) { 29 ShellIntegration::DefaultWebClientState ShellIntegration::GetDefaultBrowser() { 35 ShellIntegration::DefaultWebClientState 36 ShellIntegration::IsDefaultProtocolClient(const std::string& protocol) { 42 bool ShellIntegration::IsFirefoxDefaultBrowser() {
|
| shell_integration_chromeos.cc | 8 ShellIntegration::DefaultWebClientSetPermission 9 ShellIntegration::CanSetAsDefaultBrowser() { 14 bool ShellIntegration::SetAsDefaultBrowser() { 19 bool ShellIntegration::SetAsDefaultProtocolClient(const std::string& protocol) { 24 ShellIntegration::DefaultWebClientState ShellIntegration::GetDefaultBrowser() { 29 ShellIntegration::DefaultWebClientState 30 ShellIntegration::IsDefaultProtocolClient(const std::string& protocol) { 35 bool ShellIntegration::IsFirefoxDefaultBrowser() {
|
| shell_integration.cc | 33 ShellIntegration::DefaultWebClientSetPermission 34 ShellIntegration::CanSetAsDefaultProtocolClient() { 40 static const struct ShellIntegration::AppModeInfo* gAppModeInfo = NULL; 43 void ShellIntegration::SetAppModeInfo(const struct AppModeInfo* info) { 48 const struct ShellIntegration::AppModeInfo* ShellIntegration::AppModeInfo() { 53 bool ShellIntegration::IsRunningInAppMode() { 58 CommandLine ShellIntegration::CommandLineArgsForLauncher( 84 void ShellIntegration::AppendProfileArgs( 117 base::string16 ShellIntegration::GetAppShortcutsSubdirName() [all...] |
| shell_integration_win_unittest.cc | 53 ShellIntegration::GetAppListAppModelIdForProfile(default_profile_path); 58 ShellIntegration::GetChromiumModelIdForProfile( 61 ShellIntegration::GetChromiumModelIdForProfile( 64 ShellIntegration::GetChromiumModelIdForProfile( 73 ShellIntegration::GetAppModelIdForProfile(app_name, 76 ShellIntegration::GetAppModelIdForProfile( 252 ShellIntegration::MigrateShortcutsInPathInternal( 275 ShellIntegration::MigrateShortcutsInPathInternal( 285 ShellIntegration::MigrateShortcutsInPathInternal( 318 ShellIntegration::MigrateShortcutsInPathInternal [all...] |
| shell_integration_win.cc | 49 // Helper function for ShellIntegration::GetAppId to generates profile id 132 return ShellIntegration::GetAppModelIdForProfile(app_name, profile_path); 175 ShellIntegration::MigrateShortcutsInPathInternal(chrome_exe, path, 232 ShellIntegration::DefaultWebClientState 237 return ShellIntegration::NOT_DEFAULT; 239 return ShellIntegration::IS_DEFAULT; 242 return ShellIntegration::UNKNOWN_DEFAULT; 248 ShellIntegration::DefaultWebClientSetPermission 249 ShellIntegration::CanSetAsDefaultBrowser() { 261 bool ShellIntegration::SetAsDefaultBrowser() [all...] |
| shell_integration_linux.cc | 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::DefaultWebClientStat [all...] |
| shell_integration.h | 21 class ShellIntegration {
|
| /external/chromium_org/chrome/browser/external_protocol/ |
| external_protocol_handler_unittest.cc | 14 : public ShellIntegration::DefaultProtocolClientWorker { 17 ShellIntegration::DefaultWebClientObserver* observer, 19 ShellIntegration::DefaultWebClientState os_state) 20 : ShellIntegration::DefaultProtocolClientWorker(observer, protocol), 26 virtual ShellIntegration::DefaultWebClientState CheckIsDefault() OVERRIDE { 34 ShellIntegration::DefaultWebClientState os_state_; 42 os_state_(ShellIntegration::UNKNOWN_DEFAULT), 47 virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker( 48 ShellIntegration::DefaultWebClientObserver* observer, 60 os_state_ == ShellIntegration::IS_DEFAULT) [all...] |
| external_protocol_handler.cc | 39 ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker( 40 ShellIntegration::DefaultWebClientObserver* observer, 44 return new ShellIntegration::DefaultProtocolClientWorker(observer, 91 : public ShellIntegration::DefaultWebClientObserver { 105 ShellIntegration::DefaultWebClientUIState state) OVERRIDE { 110 if (state == ShellIntegration::STATE_PROCESSING) { 117 if (state == ShellIntegration::STATE_IS_DEFAULT) { 278 ShellIntegration::DefaultWebClientObserver* observer = 284 scoped_refptr<ShellIntegration::DefaultProtocolClientWorker> worker =
|
| external_protocol_handler.h | 30 virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker( 31 ShellIntegration::DefaultWebClientObserver* observer,
|
| /external/chromium_org/chrome/browser/ui/startup/ |
| default_browser_prompt.cc | 44 if (!ShellIntegration::SetAsDefaultBrowserInteractive()) { 46 } else if (ShellIntegration::GetDefaultBrowser() == 47 ShellIntegration::NOT_DEFAULT) { 55 ShellIntegration::SetAsDefaultBrowser(); 194 (ShellIntegration::CanSetAsDefaultBrowser() == 195 ShellIntegration::SET_DEFAULT_INTERACTIVE)); 199 if (ShellIntegration::GetDefaultBrowser() == ShellIntegration::NOT_DEFAULT) { 200 ShellIntegration::DefaultWebClientSetPermission default_change_mode = 201 ShellIntegration::CanSetAsDefaultBrowser() [all...] |
| default_browser_prompt_win.cc | 78 (ShellIntegration::CanSetAsDefaultBrowser() == 79 ShellIntegration::SET_DEFAULT_INTERACTIVE) && 80 (ShellIntegration::GetDefaultBrowser() == ShellIntegration::NOT_DEFAULT);
|
| /external/chromium_org/chrome/browser/ui/apps/ |
| chrome_app_delegate.cc | 76 : public ShellIntegration::DefaultWebClientObserver { 85 ShellIntegration::DefaultWebClientUIState state) OVERRIDE { 92 case ShellIntegration::STATE_PROCESSING: 94 case ShellIntegration::STATE_IS_DEFAULT: 97 case ShellIntegration::STATE_NOT_DEFAULT: 98 case ShellIntegration::STATE_UNKNOWN: 138 scoped_refptr<ShellIntegration::DefaultWebClientWorker> 140 new ShellIntegration::DefaultBrowserWorker(
|
| /external/chromium_org/chrome/browser/ui/webui/ |
| set_as_default_browser_ui.cc | 99 public ShellIntegration::DefaultWebClientObserver { 108 // ShellIntegration::DefaultWebClientObserver implementation. 110 ShellIntegration::DefaultWebClientUIState state) OVERRIDE; 121 scoped_refptr<ShellIntegration::DefaultBrowserWorker> default_browser_worker_; 131 : default_browser_worker_(new ShellIntegration::DefaultBrowserWorker(this)), 148 ShellIntegration::DefaultWebClientUIState state) { 154 if (state == ShellIntegration::STATE_NOT_DEFAULT && set_default_result_) { 159 } else if (state == ShellIntegration::STATE_IS_DEFAULT) {
|
| /external/chromium_org/chrome/browser/ui/views/ |
| uninstall_view.cc | 82 ShellIntegration::GetDefaultBrowser() == ShellIntegration::IS_DEFAULT && 83 (ShellIntegration::CanSetAsDefaultBrowser() != 84 ShellIntegration::SET_DEFAULT_INTERACTIVE)) {
|
| first_run_dialog.cc | 129 ShellIntegration::SetAsDefaultBrowser();
|
| /external/chromium_org/chrome/browser/custom_handlers/ |
| protocol_handler_registry.h | 46 : public ShellIntegration::DefaultWebClientObserver { 54 ShellIntegration::DefaultWebClientUIState state) OVERRIDE; 60 void SetWorker(ShellIntegration::DefaultProtocolClientWorker* worker); 63 ShellIntegration::DefaultProtocolClientWorker* worker_; 85 virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker( 86 ShellIntegration::DefaultWebClientObserver* observer,
|
| protocol_handler_registry.cc | 53 return ShellIntegration::CanSetAsDefaultProtocolClient() != 54 ShellIntegration::SET_DEFAULT_NOT_ALLOWED; 234 ShellIntegration::DefaultWebClientUIState state) { 237 (state == ShellIntegration::STATE_NOT_DEFAULT)) { 251 ShellIntegration::DefaultProtocolClientWorker* worker) { 283 ShellIntegration::DefaultProtocolClientWorker* 285 ShellIntegration::DefaultWebClientObserver* observer, 287 return new ShellIntegration::DefaultProtocolClientWorker(observer, protocol); 302 scoped_refptr<ShellIntegration::DefaultProtocolClientWorker> worker; 461 scoped_refptr<ShellIntegration::DefaultProtocolClientWorker> worker [all...] |
| protocol_handler_registry_unittest.cc | 138 virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker( 139 ShellIntegration::DefaultWebClientObserver* observer, 192 ShellIntegration::DefaultWebClientUIState state) OVERRIDE { 195 if (state == ShellIntegration::STATE_IS_DEFAULT) { 198 if (state != ShellIntegration::STATE_PROCESSING) { 208 : public ShellIntegration::DefaultProtocolClientWorker { 210 FakeProtocolClientWorker(ShellIntegration::DefaultWebClientObserver* observer, 213 : ShellIntegration::DefaultProtocolClientWorker(observer, protocol), 219 virtual ShellIntegration::DefaultWebClientState CheckIsDefault() OVERRIDE { 221 return ShellIntegration::NOT_DEFAULT [all...] |
| /external/chromium_org/chrome/browser/ui/views/frame/ |
| browser_window_property_manager_win.cc | 51 ShellIntegration::GetAppModelIdForProfile( 54 ShellIntegration::GetChromiumModelIdForProfile(profile->GetPath());
|
| /external/chromium_org/chrome/browser/ui/ |
| external_protocol_dialog_delegate.cc | 25 program_name_(ShellIntegration::GetApplicationNameForProtocol(url)) {
|
| browser_command_controller.cc | 124 : public ShellIntegration::DefaultWebClientObserver { 128 new ShellIntegration::DefaultBrowserWorker(this)), 139 ShellIntegration::DefaultWebClientUIState state) OVERRIDE { 141 case ShellIntegration::STATE_PROCESSING: 143 case ShellIntegration::STATE_UNKNOWN : 145 case ShellIntegration::STATE_IS_DEFAULT: 148 case ShellIntegration::STATE_NOT_DEFAULT: 173 scoped_refptr<ShellIntegration::DefaultBrowserWorker> default_browser_worker_; [all...] |
| /external/chromium_org/chrome/browser/ui/webui/options/ |
| browser_options_handler.h | 57 public ShellIntegration::DefaultWebClientObserver, 87 // ShellIntegration::DefaultWebClientObserver implementation. 89 ShellIntegration::DefaultWebClientUIState state) OVERRIDE; 168 int StatusStringIdForState(ShellIntegration::DefaultWebClientState state); 361 scoped_refptr<ShellIntegration::DefaultBrowserWorker> default_browser_worker_;
|
| /external/chromium_org/chrome/browser/importer/ |
| importer_list.cc | 112 if (ShellIntegration::IsFirefoxDefaultBrowser()) { 120 if (ShellIntegration::IsFirefoxDefaultBrowser()) {
|
| /external/chromium_org/chrome/browser/ui/views/apps/ |
| chrome_native_app_window_views_win.cc | 127 ShellIntegration::GetAppModelIdForProfile(app_name_wide, 190 ShellIntegration::AppendProfileArgs(
|