Searched defs:IndexedDBConnection (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_connection.cc9 IndexedDBConnection::IndexedDBConnection( function in class:content::IndexedDBConnection
14 IndexedDBConnection::~IndexedDBConnection() {}
16 void IndexedDBConnection::Close() {
24 void IndexedDBConnection::ForceClose() {
33 void IndexedDBConnection::VersionChangeIgnored() {
39 bool IndexedDBConnection::IsConnected() {
H A Dindexed_db_connection.h16 class CONTENT_EXPORT IndexedDBConnection { class in namespace:content
18 IndexedDBConnection(scoped_refptr<IndexedDBDatabase> db,
20 virtual ~IndexedDBConnection();
40 DISALLOW_COPY_AND_ASSIGN(IndexedDBConnection);

Completed in 461 milliseconds