Home | History | Annotate | Download | only in indexed_db

Lines Matching refs:IndexedDBTransaction

21     scoped_refptr<IndexedDBTransaction> transaction) {
24 DCHECK_EQ(IndexedDBTransaction::CREATED, transaction->state());
31 IndexedDBTransaction* transaction) {
53 IndexedDBTransaction* transaction) {
65 std::vector<const IndexedDBTransaction*>
67 std::vector<const IndexedDBTransaction*> result;
99 IndexedDBTransaction* transaction = *it;
110 scoped_refptr<IndexedDBTransaction> transaction = *it;
113 DCHECK_EQ(IndexedDBTransaction::CREATED, transaction->state());
117 DCHECK_EQ(IndexedDBTransaction::STARTED, transaction->state());
146 IndexedDBTransaction* const transaction,