Home | History | Annotate | Download | only in indexed_db

Lines Matching refs:IndexedDBTransaction

34 class IndexedDBTransaction;
118 void TransactionCreated(IndexedDBTransaction* transaction);
119 void TransactionFinished(IndexedDBTransaction* transaction, bool committed);
179 IndexedDBTransaction* transaction);
182 IndexedDBTransaction* transaction);
185 IndexedDBTransaction* transaction);
189 IndexedDBTransaction* transaction);
192 IndexedDBTransaction* transaction);
195 IndexedDBTransaction* transaction);
198 IndexedDBTransaction* transaction);
201 IndexedDBTransaction* transaction);
207 IndexedDBTransaction* transaction);
210 IndexedDBTransaction* transaction);
212 IndexedDBTransaction* transaction);
215 IndexedDBTransaction* transaction);
220 IndexedDBTransaction* transaction);
224 IndexedDBTransaction* transaction);
227 IndexedDBTransaction* transaction);
258 IndexedDBTransaction* GetTransaction(int64 transaction_id) const;
276 typedef std::map<int64, IndexedDBTransaction*> TransactionMap;