Searched refs:TransactionCreated (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction_unittest.cc92 db_->TransactionCreated(transaction.get());
136 db_->TransactionCreated(transaction.get());
176 db_->TransactionCreated(transaction.get());
238 db_->TransactionCreated(transaction.get());
291 db_->TransactionCreated(transaction.get());
321 db_->TransactionCreated(transaction.get());
H A Dindexed_db_database.h113 void TransactionCreated(IndexedDBTransaction* transaction);
H A Dindexed_db_database_unittest.cc262 db_->TransactionCreated(transaction_.get());
H A Dindexed_db_database.cc1471 TransactionCreated(new IndexedDBTransaction(
1480 void IndexedDBDatabase::TransactionCreated(IndexedDBTransaction* transaction) { function in class:content::IndexedDBDatabase

Completed in 629 milliseconds