Searched refs:COMMITTING (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.cc91 DCHECK_NE(state_, COMMITTING);
230 DCHECK_EQ(state_, COMMITTING);
248 DCHECK_NE(state_, COMMITTING);
259 state_ = COMMITTING;
283 DCHECK_EQ(state_, COMMITTING);
H A Dindexed_db_transaction.h36 COMMITTING, // In the process of committing, possibly waiting for blobs enumerator in enum:content::IndexedDBTransaction::State
H A Dindexed_db_context_impl.cc237 case IndexedDBTransaction::COMMITTING:

Completed in 148 milliseconds