Home | History | Annotate | Download | only in indexed_db

Lines Matching refs:CountOperation

305 class CountOperation : public IndexedDBTransaction::Operation {
307 CountOperation(scoped_refptr<IndexedDBBackingStore> backing_store,
1346 transaction->ScheduleTask(new CountOperation(backing_store_,
1354 void CountOperation::Perform(IndexedDBTransaction* transaction) {
1355 IDB_TRACE("CountOperation");