Home | History | Annotate | Download | only in indexed_db

Lines Matching defs:Abort

128 void IndexedDBTransaction::Abort() {
129 Abort(IndexedDBDatabaseError(blink::WebIDBDatabaseExceptionUnknownError,
133 void IndexedDBTransaction::Abort(const IndexedDBDatabaseError& error) {
134 IDB_TRACE1("IndexedDBTransaction::Abort", "txn.id", id());
139 // abort steps below. We therefore take a self reference to keep ourselves
151 // Run the abort tasks, if any.
234 Abort(IndexedDBDatabaseError(blink::WebIDBDatabaseExceptionDataError,
242 // an abort has already been initiated asynchronously by the
267 Abort(IndexedDBDatabaseError(blink::WebIDBDatabaseExceptionDataError,
273 // Abort may have been called just as the blob write completed.
382 Abort(IndexedDBDatabaseError(