Home
last modified time | relevance | path

Searched refs:READ_ONLY_ERR (Results 1 – 5 of 5) sorted by relevance

/external/webkit/LayoutTests/storage/indexeddb/
Dtransaction-read-only-expected.txt18 PASS code is webkitIDBDatabaseException.READ_ONLY_ERR
22 PASS code is webkitIDBDatabaseException.READ_ONLY_ERR
28 PASS code is webkitIDBDatabaseException.READ_ONLY_ERR
/external/webkit/Source/WebCore/storage/
DIDBDatabaseException.h58 READ_ONLY_ERR = IDBDatabaseExceptionOffset + 12, enumerator
DIDBObjectStoreBackendImpl.cpp124 ec = IDBDatabaseException::READ_ONLY_ERR; in put()
275 ec = IDBDatabaseException::READ_ONLY_ERR; in deleteFunction()
310 ec = IDBDatabaseException::READ_ONLY_ERR; in clear()
DIDBDatabaseException.idl54 const unsigned short READ_ONLY_ERR = 12;
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1628294 Add READ_ONLY_ERR and return it whenever delete or put