HomeSort by relevance Sort by last modified time
    Searched defs:SQLiteServerBoundCertStore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store.h 27 class SQLiteServerBoundCertStore
30 SQLiteServerBoundCertStore(
43 virtual ~SQLiteServerBoundCertStore();
50 DISALLOW_COPY_AND_ASSIGN(SQLiteServerBoundCertStore);
sqlite_server_bound_cert_store.cc 36 class SQLiteServerBoundCertStore::Backend
37 : public base::RefCountedThreadSafe<SQLiteServerBoundCertStore::Backend> {
69 friend class base::RefCountedThreadSafe<SQLiteServerBoundCertStore::Backend>;
149 // we renamed this class to SQLiteServerBoundCertStore. Likewise, the primary
167 void SQLiteServerBoundCertStore::Backend::Load(
177 void SQLiteServerBoundCertStore::Backend::LoadOnDBThreadAndNotify(
191 void SQLiteServerBoundCertStore::Backend::LoadOnDBThread(
215 base::Bind(&SQLiteServerBoundCertStore::Backend::DatabaseErrorCallback,
279 bool SQLiteServerBoundCertStore::Backend::EnsureDatabaseVersion() {
406 void SQLiteServerBoundCertStore::Backend::DatabaseErrorCallback
    [all...]

Completed in 999 milliseconds