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

/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc2615 std::map<SecurityStyle, std::string> style_to_string; local
2616 style_to_string[SECURITY_STYLE_UNKNOWN] = "SECURITY_STYLE_UNKNOWN";
2617 style_to_string[SECURITY_STYLE_UNAUTHENTICATED] =
2619 style_to_string[SECURITY_STYLE_AUTHENTICATION_BROKEN] =
2621 style_to_string[SECURITY_STYLE_AUTHENTICATED] =
2626 style_to_string[ssl_status.security_style()]);

Completed in 81 milliseconds