Searched refs:error_domain (Results 1 – 3 of 3) sorted by relevance
32 const std::string& error_domain, in ReplyWithError() argument36 Error::AddTo(&error, location, error_domain, error_code, error_message); in ReplyWithError()
59 const std::string& error_domain,
292 base::ScopedCFTypeRef<CFStringRef> error_domain(CFErrorGetDomain(error)); in GetCertFailureStatusFromError() local295 if (error_domain != kCFErrorDomainOSStatus) { in GetCertFailureStatusFromError()