HomeSort by relevance Sort by last modified time
    Searched refs:NOT_ALLOWED_ERR (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/storage/
IDBDatabaseException.h 52 NOT_ALLOWED_ERR = IDBDatabaseExceptionOffset + 6,
IDBDatabaseException.idl 48 const unsigned short NOT_ALLOWED_ERR = 6;
IDBCursorBackendImpl.cpp 81 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
94 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
116 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
IDBDatabase.cpp 78 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
99 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
125 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
IDBIndexBackendImpl.cpp 110 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
120 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
149 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
158 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
IDBObjectStoreBackendImpl.cpp 90 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
136 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
284 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
318 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
376 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
387 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
426 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
440 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
459 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
IDBCursor.cpp 106 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
IDBDatabaseBackendImpl.cpp 116 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
153 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
189 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
IDBRequest.cpp 77 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
86 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
95 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
IDBTransaction.cpp 87 ec = IDBDatabaseException::NOT_ALLOWED_ERR;
IDBTransactionBackendImpl.cpp 66 ec = IDBDatabaseException::NOT_ALLOWED_ERR;

Completed in 102 milliseconds