Searched refs:TrustStoreAndroid (Results 1 – 6 of 6) sorted by relevance
22 class TrustStoreAndroid::Impl23 : public base::RefCountedThreadSafe<TrustStoreAndroid::Impl> {57 friend class base::RefCountedThreadSafe<TrustStoreAndroid::Impl>;66 TrustStoreAndroid::TrustStoreAndroid() { in TrustStoreAndroid() function in net::TrustStoreAndroid72 TrustStoreAndroid::~TrustStoreAndroid() { in ~TrustStoreAndroid()79 void TrustStoreAndroid::Initialize() { in Initialize()86 void TrustStoreAndroid::ObserveCertDBChanges() { in ObserveCertDBChanges()94 void TrustStoreAndroid::OnTrustStoreChanged() { in OnTrustStoreChanged()102 scoped_refptr<TrustStoreAndroid::Impl>103 TrustStoreAndroid::MaybeInitializeAndGetImpl() { in MaybeInitializeAndGetImpl()[all …]
24 class NET_EXPORT TrustStoreAndroid : public PlatformTrustStore,27 TrustStoreAndroid();28 ~TrustStoreAndroid() override;29 TrustStoreAndroid(const TrustStoreAndroid& other) = delete;30 TrustStoreAndroid& operator=(const TrustStoreAndroid& other) = delete;
353 TrustStoreAndroid* GetGlobalTrustStoreAndroidForCRS() { in GetGlobalTrustStoreAndroidForCRS()354 static base::NoDestructor<TrustStoreAndroid> static_trust_store_android; in GetGlobalTrustStoreAndroidForCRS()