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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_database.h 32 class CONTENT_EXPORT IndexedDBDatabase
33 : NON_EXPORTED_BASE(public base::RefCounted<IndexedDBDatabase>) {
53 static scoped_refptr<IndexedDBDatabase> Create(
177 friend class base::RefCounted<IndexedDBDatabase>;
179 IndexedDBDatabase(
184 ~IndexedDBDatabase();
indexed_db_database.cc 60 class IndexedDBDatabase::VersionChangeOperation
63 VersionChangeOperation(scoped_refptr<IndexedDBDatabase> database,
78 scoped_refptr<IndexedDBDatabase> database_;
88 CreateObjectStoreAbortOperation(scoped_refptr<IndexedDBDatabase> database,
94 const scoped_refptr<IndexedDBDatabase> database_;
101 scoped_refptr<IndexedDBDatabase> database,
107 scoped_refptr<IndexedDBDatabase> database_;
111 class IndexedDBDatabase::VersionChangeAbortOperation
114 VersionChangeAbortOperation(scoped_refptr<IndexedDBDatabase> database,
123 scoped_refptr<IndexedDBDatabase> database_
    [all...]

Completed in 51 milliseconds