OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDomainBoundCert
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/messaging/
message_property_provider.h
35
void
GetDomainBoundCert
(Profile* profile,
message_property_provider.cc
27
void MessagePropertyProvider::
GetDomainBoundCert
(Profile* profile,
46
// ServerBoundCertService::
GetDomainBoundCert
to the callback provided to
47
// MessagePropertyProvider::
GetDomainBoundCert
.
70
int status = server_bound_cert_service->
GetDomainBoundCert
(
message_service.cc
314
property_provider_.
GetDomainBoundCert
(profile, params->source_url,
/external/chromium_org/net/ssl/
server_bound_cert_service.h
127
//
GetDomainBoundCert
is pending, and a new GetOrCreateDomainBoundCert
128
// request arrives for the same domain, the
GetDomainBoundCert
request will
134
int
GetDomainBoundCert
(
153
//
GetDomainBoundCert
(). After a request is canceled, its completion
server_bound_cert_service_unittest.cc
166
error = service_->
GetDomainBoundCert
(
209
error = service_->
GetDomainBoundCert
(
326
error = service_->
GetDomainBoundCert
(
638
error = service_->
GetDomainBoundCert
(
705
error = service_->
GetDomainBoundCert
(
740
error = service_->
GetDomainBoundCert
(
server_bound_cert_service.cc
45
// outcome of each
GetDomainBoundCert
or GetOrCreateDomainBoundCert call.
60
//
GetDomainBoundCert
or GetOrCreateDomainBoundCert was called with
461
int ServerBoundCertService::
GetDomainBoundCert
(
Completed in 269 milliseconds