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

  /external/webkit/Source/WebCore/storage/
IDBDatabaseException.h 58 READ_ONLY_ERR = IDBDatabaseExceptionOffset + 12,
IDBDatabaseException.idl 54 const unsigned short READ_ONLY_ERR = 12;
IDBObjectStoreBackendImpl.cpp 124 ec = IDBDatabaseException::READ_ONLY_ERR;
275 ec = IDBDatabaseException::READ_ONLY_ERR;
310 ec = IDBDatabaseException::READ_ONLY_ERR;

Completed in 4791 milliseconds