OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServerBoundCertStore
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/net/ssl/
server_bound_cert_store.cc
9
ServerBoundCertStore
::ServerBoundCert::ServerBoundCert() {
12
ServerBoundCertStore
::ServerBoundCert::ServerBoundCert(
24
ServerBoundCertStore
::ServerBoundCert::~ServerBoundCert() {}
26
void
ServerBoundCertStore
::InitializeFrom(const ServerBoundCertList& list) {
server_bound_cert_service.h
78
ServerBoundCertStore
* server_bound_cert_store,
141
// Returns the backing
ServerBoundCertStore
.
142
ServerBoundCertStore
* GetCertStore();
165
scoped_ptr<
ServerBoundCertStore
::ServerBoundCert> cert);
194
scoped_ptr<
ServerBoundCertStore
> server_bound_cert_store_;
default_server_bound_cert_store_unittest.cc
61
ServerBoundCertStore
::ServerBoundCertList* dest,
62
const
ServerBoundCertStore
::ServerBoundCertList& result) {
223
persistent_store->AddServerBoundCert(
ServerBoundCertStore
::ServerBoundCert(
286
persistent_store->AddServerBoundCert(
ServerBoundCertStore
::ServerBoundCert(
291
persistent_store->AddServerBoundCert(
ServerBoundCertStore
::ServerBoundCert(
297
ServerBoundCertStore
::ServerBoundCertList pre_certs;
298
ServerBoundCertStore
::ServerBoundCertList post_certs;
368
persistent_store->AddServerBoundCert(
ServerBoundCertStore
::ServerBoundCert(
373
persistent_store->AddServerBoundCert(
ServerBoundCertStore
::ServerBoundCert(
451
ServerBoundCertStore
::ServerBoundCertList certs
[
all
...]
server_bound_cert_store.h
25
class NET_EXPORT
ServerBoundCertStore
72
virtual ~
ServerBoundCertStore
() {}
server_bound_cert_service.cc
89
scoped_ptr<
ServerBoundCertStore
::ServerBoundCert> GenerateCert(
93
scoped_ptr<
ServerBoundCertStore
::ServerBoundCert> result;
124
result.reset(new
ServerBoundCertStore
::ServerBoundCert(
220
scoped_ptr<
ServerBoundCertStore
::ServerBoundCert>)> WorkerDoneCallback;
246
scoped_ptr<
ServerBoundCertStore
::ServerBoundCert> cert =
368
ServerBoundCertStore
* server_bound_cert_store,
541
ServerBoundCertStore
* ServerBoundCertService::GetCertStore() {
553
scoped_ptr<
ServerBoundCertStore
::ServerBoundCert> cert) {
default_server_bound_cert_store.h
28
class NET_EXPORT DefaultServerBoundCertStore : public
ServerBoundCertStore
{
45
//
ServerBoundCertStore
implementation.
server_bound_cert_service_unittest.cc
551
ServerBoundCertStore
* store = service_->GetCertStore();
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_server_bound_cert_helper.h
30
void(const net::
ServerBoundCertStore
::ServerBoundCertList&)>
62
const net::
ServerBoundCertStore
::ServerBoundCert& server_bound_cert);
82
typedef std::map<std::string, net::
ServerBoundCertStore
::ServerBoundCert>
browsing_data_server_bound_cert_helper_unittest.cc
39
net::
ServerBoundCertStore
* cert_store =
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 =
139
helper->AddServerBoundCert(net::
ServerBoundCertStore
::ServerBoundCert(
mock_browsing_data_server_bound_cert_helper.h
41
net::
ServerBoundCertStore
::ServerBoundCertList server_bound_cert_list_;
mock_browsing_data_server_bound_cert_helper.cc
30
net::
ServerBoundCertStore
::ServerBoundCert(
36
net::
ServerBoundCertStore
::ServerBoundCertList cert_list;
37
for (net::
ServerBoundCertStore
::ServerBoundCertList::iterator i =
browsing_data_server_bound_cert_helper.cc
35
const net::
ServerBoundCertStore
::ServerBoundCertList& cert_list);
39
const net::
ServerBoundCertStore
::ServerBoundCertList& cert_list);
97
net::
ServerBoundCertStore
* cert_store =
104
OnFetchComplete(net::
ServerBoundCertStore
::ServerBoundCertList());
109
const net::
ServerBoundCertStore
::ServerBoundCertList& cert_list) {
118
const net::
ServerBoundCertStore
::ServerBoundCertList& cert_list) {
129
net::
ServerBoundCertStore
* cert_store =
175
const net::
ServerBoundCertStore
::ServerBoundCert& server_bound_cert) {
209
net::
ServerBoundCertStore
::ServerBoundCertList cert_list;
cookies_tree_model.h
119
const net::
ServerBoundCertStore
::ServerBoundCert* server_bound_cert);
133
const net::
ServerBoundCertStore
::ServerBoundCert* server_bound_cert;
538
net::
ServerBoundCertStore
::ServerBoundCertList::iterator cert);
548
net::
ServerBoundCertStore
::ServerBoundCertList::iterator server_bound_cert_;
local_data_container.h
48
typedef net::
ServerBoundCertStore
::ServerBoundCertList ServerBoundCertList;
browsing_data_remover_unittest.cc
360
void GetCertList(net::
ServerBoundCertStore
::ServerBoundCertList* certs) {
365
net::
ServerBoundCertStore
* GetCertStore() {
380
net::
ServerBoundCertStore
::ServerBoundCertList* dest,
381
const net::
ServerBoundCertStore
::ServerBoundCertList& result) {
834
net::
ServerBoundCertStore
::ServerBoundCertList certs;
[
all
...]
cookies_tree_model.cc
247
const net::
ServerBoundCertStore
::ServerBoundCert* server_bound_cert) {
491
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) {
/external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.cc
247
const net::
ServerBoundCertStore
::ServerBoundCert& server_bound_cert =
/external/chromium_org/net/socket/
ssl_client_socket_openssl_unittest.cc
65
// A
ServerBoundCertStore
that always returns an error when asked for a
67
class FailingServerBoundCertStore : public
ServerBoundCertStore
{
Completed in 392 milliseconds