OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedCAPIHandle
(Results
1 - 2
of
2
) sorted by null
/external/chromium/crypto/
scoped_capi_types.h
49
class
ScopedCAPIHandle
{
51
explicit
ScopedCAPIHandle
(CAPIHandle handle = NULL) : handle_(handle) {}
53
~
ScopedCAPIHandle
() {
80
void swap(
ScopedCAPIHandle
& b) {
96
DISALLOW_COPY_AND_ASSIGN(
ScopedCAPIHandle
);
100
const FP
ScopedCAPIHandle
<CH, FP>::free_ = FP();
103
bool operator==(CH h, const
ScopedCAPIHandle
<CH, FP>& b) {
108
bool operator!=(CH h, const
ScopedCAPIHandle
<CH, FP>& b) {
112
typedef
ScopedCAPIHandle
<
117
typedef
ScopedCAPIHandle
<
[
all
...]
/external/chromium/net/base/
x509_certificate_win.cc
33
typedef crypto::
ScopedCAPIHandle
<
45
typedef crypto::
ScopedCAPIHandle
<HCERTCHAINENGINE, FreeChainEngineFunctor>
[
all
...]
Completed in 40 milliseconds