Searched defs:ScopedCERTValOutParam (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/cert/
H A Dcert_verify_proc_nss.cc62 // ScopedCERTValOutParam manages destruction of values in the CERTValOutParam
68 class ScopedCERTValOutParam { class in namespace:net::__anon8576
70 explicit ScopedCERTValOutParam(CERTValOutParam* cvout) : cvout_(cvout) {} function in class:net::__anon8576::ScopedCERTValOutParam
72 ~ScopedCERTValOutParam() {
103 DISALLOW_COPY_AND_ASSIGN(ScopedCERTValOutParam);
683 ScopedCERTValOutParam scoped_cvout(cvout);
788 ScopedCERTValOutParam scoped_cvout(cvout);
/external/chromium/net/base/
H A Dx509_certificate_nss.cc50 // ScopedCERTValOutParam manages destruction of values in the CERTValOutParam
56 class ScopedCERTValOutParam { class in namespace:net::__anon3022
58 explicit ScopedCERTValOutParam(CERTValOutParam* cvout) function in class:net::__anon3022::ScopedCERTValOutParam
61 ~ScopedCERTValOutParam() {
87 DISALLOW_COPY_AND_ASSIGN(ScopedCERTValOutParam);
796 ScopedCERTValOutParam scoped_cvout(cvout);
868 ScopedCERTValOutParam scoped_cvout(cvout);

Completed in 66 milliseconds