Searched refs:IsSupportedCertificateMimeType (Results 1 – 3 of 3) sorted by relevance
47 NET_EXPORT bool IsSupportedCertificateMimeType(const std::string& mime_type);
993 bool IsSupportedCertificateMimeType(const std::string& mime_type) { in IsSupportedCertificateMimeType() function
308 if (net::IsSupportedCertificateMimeType(mime_type)) { in SelectNextHandler()