Searched defs:IndexedDBPendingConnection (Results 1 – 2 of 2) sorted by relevance
19 struct CONTENT_EXPORT IndexedDBPendingConnection { struct27 scoped_refptr<IndexedDBCallbacks> callbacks;28 scoped_refptr<IndexedDBDatabaseCallbacks> database_callbacks;29 int child_process_id;30 int64 transaction_id;31 int64 version;
9 IndexedDBPendingConnection::IndexedDBPendingConnection( in IndexedDBPendingConnection() function in content::IndexedDBPendingConnection