Home
last modified time | relevance | path

Searched refs:SET_DEFAULT_UNATTENDED (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/
Dshell_integration_mac.mm17 return SET_DEFAULT_UNATTENDED;
27 if (CanSetAsDefaultBrowser() != SET_DEFAULT_UNATTENDED)
47 if (CanSetAsDefaultProtocolClient() != SET_DEFAULT_UNATTENDED)
Dshell_integration.cc266 case ShellIntegration::SET_DEFAULT_UNATTENDED: in SetAsDefault()
305 case ShellIntegration::SET_DEFAULT_UNATTENDED: in SetAsDefault()
Dshell_integration.h53 SET_DEFAULT_UNATTENDED, enumerator
Dshell_integration_win.cc256 return SET_DEFAULT_UNATTENDED; in CanSetAsDefaultBrowser()
Dshell_integration_linux.cc505 return SET_DEFAULT_UNATTENDED; in CanSetAsDefaultBrowser()
Dchrome_browser_main.cc1211 ShellIntegration::SET_DEFAULT_UNATTENDED) in PreMainMessageLoopRunImpl()
/external/chromium_org/chrome/browser/first_run/
Dfirst_run.cc446 ShellIntegration::SET_DEFAULT_UNATTENDED) { in ProcessDefaultBrowserPolicy()