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

  /external/chromium_org/content/browser/indexed_db/
indexed_db_connection.cc 9 IndexedDBConnection::IndexedDBConnection(
14 IndexedDBConnection::~IndexedDBConnection() {}
16 void IndexedDBConnection::Close() {
23 void IndexedDBConnection::ForceClose() {
indexed_db_connection.h 16 class CONTENT_EXPORT IndexedDBConnection {
18 IndexedDBConnection(scoped_refptr<IndexedDBDatabase> db,
20 virtual ~IndexedDBConnection();

Completed in 40 milliseconds