OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SignedCertificateTimestampStore
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/public/browser/
signed_certificate_timestamp_store.h
19
// The purpose of the
SignedCertificateTimestampStore
is to provide an easy way
28
class
SignedCertificateTimestampStore
{
30
// Returns the singleton instance of the
SignedCertificateTimestampStore
.
31
CONTENT_EXPORT static
SignedCertificateTimestampStore
* GetInstance();
48
virtual ~
SignedCertificateTimestampStore
() {}
/external/chromium_org/content/browser/
signed_certificate_timestamp_store_impl.cc
12
SignedCertificateTimestampStore
*
13
SignedCertificateTimestampStore
::GetInstance() {
signed_certificate_timestamp_store_impl.h
17
: public
SignedCertificateTimestampStore
{
19
// Returns the singleton instance of the
SignedCertificateTimestampStore
.
22
//
SignedCertificateTimestampStore
implementation:
/external/chromium_org/content/browser/loader/
resource_loader.cc
481
SignedCertificateTimestampStore
* sct_store(
482
SignedCertificateTimestampStore
::GetInstance());
Completed in 62 milliseconds