Home | History | Annotate | Download | only in indexed_db

Lines Matching refs:transactions

1879   // Close outstanding transactions from the closing connection. This
1881 // as the front-end defers the close until all transactions are
1885 TransactionMap transactions(transactions_);
1886 for (TransactionMap::const_iterator it = transactions.begin(),
1887 end = transactions.end();