Home | History | Annotate | Download | only in automation

Lines Matching refs:style_to_string

2427   std::map<content::SecurityStyle, std::string> style_to_string;
2428 style_to_string[content::SECURITY_STYLE_UNKNOWN] = "SECURITY_STYLE_UNKNOWN";
2429 style_to_string[content::SECURITY_STYLE_UNAUTHENTICATED] =
2431 style_to_string[content::SECURITY_STYLE_AUTHENTICATION_BROKEN] =
2433 style_to_string[content::SECURITY_STYLE_AUTHENTICATED] =
2438 style_to_string[ssl_status.security_style]);