Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/startup/
Dbad_flags_prompt.cc58 switches::kIgnoreCertificateErrors, in ShowBadFlagsPrompt()
/external/chromium_org/content/public/common/
Dcontent_switches.cc599 const char kIgnoreCertificateErrors[] = "ignore-certificate-errors"; variable
Dcontent_switches.h172 CONTENT_EXPORT extern const char kIgnoreCertificateErrors[];
/external/chromium_org/content/shell/browser/
Dshell_browser_context.cc82 if (cmd_line->HasSwitch(switches::kIgnoreCertificateErrors) || in InitWhileIOAllowed()
/external/chromium_org/chrome/browser/signin/
Dsignin_browsertest.cc53 command_line->AppendSwitch(switches::kIgnoreCertificateErrors); in SetUpCommandLine()
/external/chromium_org/chrome/browser/
Dio_thread.cc643 if (command_line.HasSwitch(switches::kIgnoreCertificateErrors)) in InitAsync()
/external/chromium_org/chrome/browser/ssl/
Dssl_browser_tests.cc373 command_line->AppendSwitch(switches::kIgnoreCertificateErrors); in SetUpCommandLine()