OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServerBoundCertList
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/net/ssl/
server_bound_cert_store.cc
26
void ServerBoundCertStore::InitializeFrom(const
ServerBoundCertList
& list) {
27
for (
ServerBoundCertList
::const_iterator i = list.begin(); i != list.end();
server_bound_cert_store.h
62
typedef std::list<ServerBoundCert>
ServerBoundCertList
;
70
typedef base::Callback<void(const
ServerBoundCertList
&)> GetCertListCallback;
117
void InitializeFrom(const
ServerBoundCertList
& list);
default_server_bound_cert_store_unittest.cc
61
ServerBoundCertStore::
ServerBoundCertList
* dest,
62
const ServerBoundCertStore::
ServerBoundCertList
& result) {
297
ServerBoundCertStore::
ServerBoundCertList
pre_certs;
298
ServerBoundCertStore::
ServerBoundCertList
post_certs;
451
ServerBoundCertStore::
ServerBoundCertList
certs;
474
ServerBoundCertStore::
ServerBoundCertList
source_certs;
489
ServerBoundCertStore::
ServerBoundCertList
certs;
493
ServerBoundCertStore::
ServerBoundCertList
::iterator cert = certs.begin();
520
ServerBoundCertStore::
ServerBoundCertList
source_certs;
538
ServerBoundCertStore::
ServerBoundCertList
certs
[
all
...]
default_server_bound_cert_store.h
118
void SyncGetAllServerBoundCerts(
ServerBoundCertList
* cert_list);
default_server_bound_cert_store.cc
216
ServerBoundCertList
cert_list;
414
ServerBoundCertList
* cert_list) {
/external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_server_bound_cert_helper.h
41
net::ServerBoundCertStore::
ServerBoundCertList
server_bound_cert_list_;
browsing_data_server_bound_cert_helper_unittest.cc
50
const net::ServerBoundCertStore::
ServerBoundCertList
& certs) {
64
net::ServerBoundCertStore::
ServerBoundCertList
server_bound_cert_list_;
83
net::ServerBoundCertStore::
ServerBoundCertList
::const_iterator it =
113
net::ServerBoundCertStore::
ServerBoundCertList
::const_iterator it =
local_data_container.h
48
typedef net::ServerBoundCertStore::
ServerBoundCertList
ServerBoundCertList
;
105
void OnServerBoundCertModelInfoLoaded(const
ServerBoundCertList
& cert_list);
131
ServerBoundCertList
server_bound_cert_list_;
mock_browsing_data_server_bound_cert_helper.cc
36
net::ServerBoundCertStore::
ServerBoundCertList
cert_list;
37
for (net::ServerBoundCertStore::
ServerBoundCertList
::iterator i =
browsing_data_server_bound_cert_helper.h
30
void(const net::ServerBoundCertStore::
ServerBoundCertList
&)>
browsing_data_server_bound_cert_helper.cc
35
const net::ServerBoundCertStore::
ServerBoundCertList
& cert_list);
39
const net::ServerBoundCertStore::
ServerBoundCertList
& cert_list);
104
OnFetchComplete(net::ServerBoundCertStore::
ServerBoundCertList
());
109
const net::ServerBoundCertStore::
ServerBoundCertList
& cert_list) {
118
const net::ServerBoundCertStore::
ServerBoundCertList
& cert_list) {
209
net::ServerBoundCertStore::
ServerBoundCertList
cert_list;
local_data_container.cc
184
const
ServerBoundCertList
& cert_list) {
cookies_tree_model.h
541
net::ServerBoundCertStore::
ServerBoundCertList
::iterator cert);
551
net::ServerBoundCertStore::
ServerBoundCertList
::iterator server_bound_cert_;
browsing_data_remover_unittest.cc
336
void GetCertList(net::ServerBoundCertStore::
ServerBoundCertList
* certs) {
356
net::ServerBoundCertStore::
ServerBoundCertList
* dest,
357
const net::ServerBoundCertStore::
ServerBoundCertList
& result) {
843
net::ServerBoundCertStore::
ServerBoundCertList
certs;
[
all
...]
cookies_tree_model.cc
497
net::ServerBoundCertStore::
ServerBoundCertList
::iterator cert)
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data.cc
44
const net::ServerBoundCertStore::
ServerBoundCertList
& certs);
54
net::ServerBoundCertStore::
ServerBoundCertList
certs_to_transfer_;
181
const net::ServerBoundCertStore::
ServerBoundCertList
& certs) {
Completed in 296 milliseconds