Searched refs:IndexedDBPendingConnection (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_pending_connection.cc9 IndexedDBPendingConnection::IndexedDBPendingConnection( function in class:content::IndexedDBPendingConnection
21 IndexedDBPendingConnection::~IndexedDBPendingConnection() {}
H A Dindexed_db_pending_connection.h19 struct CONTENT_EXPORT IndexedDBPendingConnection { struct in namespace:content
20 IndexedDBPendingConnection(
26 ~IndexedDBPendingConnection();
H A Dindexed_db_factory.h30 struct IndexedDBPendingConnection;
47 const IndexedDBPendingConnection& connection,
H A Dmock_indexed_db_factory.h28 const IndexedDBPendingConnection& connection,
H A Dindexed_db_unittest.cc187 IndexedDBPendingConnection open_connection(open_callbacks,
197 IndexedDBPendingConnection closed_connection(closed_callbacks,
267 IndexedDBPendingConnection connection(
H A Dindexed_db_database_unittest.cc74 IndexedDBPendingConnection connection1(
88 IndexedDBPendingConnection connection2(
132 IndexedDBPendingConnection connection(
198 IndexedDBPendingConnection connection(
246 db_->OpenConnection(IndexedDBPendingConnection(
H A Dindexed_db_factory_unittest.cc252 IndexedDBPendingConnection connection(callbacks,
275 IndexedDBPendingConnection connection(
308 IndexedDBPendingConnection connection(
403 IndexedDBPendingConnection connection(
489 IndexedDBPendingConnection connection(callbacks,
514 IndexedDBPendingConnection connection(callbacks,
H A Dindexed_db_factory_impl.h32 const IndexedDBPendingConnection& connection,
H A Dindexed_db_database.h71 void OpenConnection(const IndexedDBPendingConnection& connection);
232 typedef std::list<IndexedDBPendingConnection> PendingOpenCallList;
H A Dindexed_db_factory_impl.cc415 const IndexedDBPendingConnection& connection,
H A Dindexed_db_dispatcher_host.cc315 IndexedDBPendingConnection connection(callbacks,
H A Dindexed_db_database.cc1491 const IndexedDBPendingConnection& connection) {

Completed in 581 milliseconds