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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.h 127 static const char transactionInactiveErrorMessage[];
IDBDatabase.cpp 63 const char IDBDatabase::transactionInactiveErrorMessage[] = "The transaction is not active.";
203 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);
247 exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMessage);

Completed in 143 milliseconds