HomeSort by relevance Sort by last modified time
    Searched refs:TransactionSet (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction_coordinator.h 40 typedef list_set<scoped_refptr<IndexedDBTransaction> > TransactionSet;
49 TransactionSet queued_transactions_;
50 TransactionSet started_transactions_;
indexed_db_transaction_coordinator.cc 70 for (TransactionSet::const_iterator it = started_transactions_.begin();
75 for (TransactionSet::const_iterator it = queued_transactions_.begin();
97 for (TransactionSet::const_iterator it = started_transactions_.begin();
109 TransactionSet::const_iterator it = queued_transactions_.begin();

Completed in 4626 milliseconds