Home
last modified time | relevance | path

Searched refs:ReadOnlyError (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/storage/
Dpolicy_value_store.cc24 scoped_ptr<ValueStore::Error> ReadOnlyError(scoped_ptr<std::string> key) { in ReadOnlyError() function
143 return MakeWriteResult(ReadOnlyError(util::NewKey(key))); in Set()
148 return MakeWriteResult(ReadOnlyError(util::NoKey())); in Set()
152 return MakeWriteResult(ReadOnlyError(util::NewKey(key))); in Remove()
157 return MakeWriteResult(ReadOnlyError(util::NoKey())); in Remove()
161 return MakeWriteResult(ReadOnlyError(util::NoKey())); in Clear()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DExceptionCode.h70 ReadOnlyError, enumerator
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBCursor.cpp124 …exceptionState.throwDOMException(ReadOnlyError, "The record may not be updated inside a read-only … in update()
260 …exceptionState.throwDOMException(ReadOnlyError, "The record may not be deleted inside a read-only … in deleteFunction()
DIDBObjectStore.cpp166 exceptionState.throwUninformativeAndGenericDOMException(ReadOnlyError); in put()
254 exceptionState.throwUninformativeAndGenericDOMException(ReadOnlyError); in deleteFunction()
287 exceptionState.throwUninformativeAndGenericDOMException(ReadOnlyError); in clear()