Home
last modified time | relevance | path

Searched defs:IndexedDBPendingConnection (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_pending_connection.h19 struct CONTENT_EXPORT IndexedDBPendingConnection { struct
27 scoped_refptr<IndexedDBCallbacks> callbacks;
28 scoped_refptr<IndexedDBDatabaseCallbacks> database_callbacks;
29 int child_process_id;
30 int64 transaction_id;
31 int64 version;
Dindexed_db_pending_connection.cc9 IndexedDBPendingConnection::IndexedDBPendingConnection( in IndexedDBPendingConnection() function in content::IndexedDBPendingConnection