OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CertStoreImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/
cert_store_impl.cc
11
return
CertStoreImpl
::GetInstance();
15
CertStoreImpl
*
CertStoreImpl
::GetInstance() {
16
return Singleton<
CertStoreImpl
>::get();
19
CertStoreImpl
::
CertStoreImpl
() {}
21
CertStoreImpl
::~
CertStoreImpl
() {}
23
int
CertStoreImpl
::StoreCert(net::X509Certificate* cert, int process_id) {
27
bool
CertStoreImpl
::RetrieveCert(int cert_id
[
all
...]
cert_store_impl.h
15
class
CertStoreImpl
: public CertStore {
18
static
CertStoreImpl
* GetInstance();
27
CertStoreImpl
();
28
virtual ~
CertStoreImpl
();
31
friend struct DefaultSingletonTraits<
CertStoreImpl
>;
35
DISALLOW_COPY_AND_ASSIGN(
CertStoreImpl
);
Completed in 4412 milliseconds