Home
last modified time | relevance | path

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

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