OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RetrieveCert
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/chrome/browser/
certificate_viewer.cc
14
content::CertStore::GetInstance()->
RetrieveCert
(cert_id, &cert);
/external/chromium_org/content/browser/
cert_store_impl.h
23
virtual bool
RetrieveCert
(int cert_id,
cert_store_impl.cc
27
bool CertStoreImpl::
RetrieveCert
(int cert_id,
/external/chromium_org/content/public/browser/
cert_store.h
42
virtual bool
RetrieveCert
(int cert_id,
/external/chromium/chrome/browser/ui/toolbar/
toolbar_model.cc
94
CertStore::GetInstance()->
RetrieveCert
(ssl.cert_id(), NULL))
121
CertStore::GetInstance()->
RetrieveCert
(
/external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model_impl.cc
87
content::CertStore::GetInstance()->
RetrieveCert
(ssl.cert_id, NULL))
236
content::CertStore::GetInstance()->
RetrieveCert
(
/external/chromium_org/chrome/browser/ui/website_settings/
website_settings_unittest.cc
61
MOCK_METHOD2(
RetrieveCert
, bool(int, scoped_refptr<net::X509Certificate>*));
101
EXPECT_CALL(cert_store_,
RetrieveCert
(cert_id_, _) )
299
EXPECT_CALL(*cert_store(),
RetrieveCert
(ev_cert_id, _)).WillRepeatedly(
website_settings.cc
316
cert_store_->
RetrieveCert
(ssl.cert_id, &cert) &&
/external/chromium_org/chrome/browser/ui/android/
website_settings_popup_android.cc
41
bool ok = CertStore::GetInstance()->
RetrieveCert
(cert_id, &cert);
/external/chromium/chrome/browser/ssl/
ssl_error_info.cc
266
bool r = CertStore::GetInstance()->
RetrieveCert
(cert_id, &cert);
/external/chromium/chrome/browser/
page_info_model.cc
56
CertStore::GetInstance()->
RetrieveCert
(ssl.cert_id(), &cert) &&
/external/chromium/chrome/browser/ui/views/
page_info_bubble_view.cc
103
CertStore::GetInstance()->
RetrieveCert
(cert_id_, &cert);
/external/chromium_org/chrome/browser/ssl/
ssl_error_info.cc
315
bool r = content::CertStore::GetInstance()->
RetrieveCert
(
/external/chromium_org/android_webview/native/
aw_contents.cc
670
bool ok = content::CertStore::GetInstance()->
RetrieveCert
(cert_id, &cert);
[
all
...]
Completed in 332 milliseconds