Home
last modified time | relevance | path

Searched refs:NOT_ALLOWED_ERR (Results 1 – 18 of 18) sorted by relevance

/external/webkit/LayoutTests/storage/indexeddb/
Dcreate-and-remove-object-store-expected.txt12 PASS code is webkitIDBDatabaseException.NOT_ALLOWED_ERR
16 PASS code is webkitIDBDatabaseException.NOT_ALLOWED_ERR
21 PASS code is webkitIDBDatabaseException.NOT_ALLOWED_ERR
25 PASS code is webkitIDBDatabaseException.NOT_ALLOWED_ERR
37 PASS code is webkitIDBDatabaseException.NOT_ALLOWED_ERR
41 PASS code is webkitIDBDatabaseException.NOT_ALLOWED_ERR
Dbasics-expected.txt14 PASS code is webkitIDBDatabaseException.NOT_ALLOWED_ERR
18 PASS code is webkitIDBDatabaseException.NOT_ALLOWED_ERR
22 PASS code is webkitIDBDatabaseException.NOT_ALLOWED_ERR
Dtransaction-abort-expected.txt28 PASS code is webkitIDBDatabaseException.NOT_ALLOWED_ERR
38 PASS code is webkitIDBDatabaseException.NOT_ALLOWED_ERR
Dcursor-update-expected.txt160 PASS code is webkitIDBDatabaseException.NOT_ALLOWED_ERR
165 PASS code is webkitIDBDatabaseException.NOT_ALLOWED_ERR
170 PASS code is webkitIDBDatabaseException.NOT_ALLOWED_ERR
175 PASS code is webkitIDBDatabaseException.NOT_ALLOWED_ERR
Dconstants-expected.txt11 PASS webkitIDBDatabaseException.NOT_ALLOWED_ERR is 6
Dtransaction-after-close-expected.txt22 PASS code is webkitIDBDatabaseException.NOT_ALLOWED_ERR
/external/webkit/Source/WebCore/storage/
DIDBCursorBackendImpl.cpp81 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in update()
94 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in continueFunction()
116 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in deleteFunction()
DIDBIndexBackendImpl.cpp110 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in openCursor()
120 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in openKeyCursor()
149 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in get()
158 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in getKey()
DIDBObjectStoreBackendImpl.cpp90 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in get()
136 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in put()
284 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in deleteFunction()
318 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in clear()
376 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in createIndex()
387 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in createIndex()
426 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in deleteIndex()
440 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in deleteIndex()
459 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in openCursor()
DIDBDatabase.cpp78 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in createObjectStore()
99 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in deleteObjectStore()
125 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in transaction()
DIDBRequest.cpp77 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in result()
86 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in errorCode()
95 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in webkitErrorMessage()
DIDBDatabaseBackendImpl.cpp116 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in createObjectStore()
153 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in deleteObjectStore()
189 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in setVersion()
DIDBDatabaseException.h52 NOT_ALLOWED_ERR = IDBDatabaseExceptionOffset + 6, enumerator
DIDBCursor.cpp106 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in continueFunction()
DIDBTransaction.cpp87 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in objectStore()
DIDBTransactionBackendImpl.cpp66 ec = IDBDatabaseException::NOT_ALLOWED_ERR; in objectStore()
DIDBDatabaseException.idl48 const unsigned short NOT_ALLOWED_ERR = 6;
/external/webkit/Source/WebCore/
DChangeLog-2010-12-066246 * When not in a setVersion transaction, throw a NOT_ALLOWED_ERR.