Searched refs:certificate_path_ (Results 1 – 2 of 2) sorted by relevance
146 CHECK(base::PathExists(certificate_path_)); in CreateConnection()148 certificate_path_.value()); in CreateConnection()295 certificate_path_ = CertificateToPath(cert); in UseCustomCertificate()296 CHECK(base::PathExists(certificate_path_)); in UseCustomCertificate()
146 base::FilePath certificate_path_; variable