Searched refs:ReadOnlyError (Results 1 – 4 of 4) sorted by relevance
24 scoped_ptr<ValueStore::Error> ReadOnlyError(scoped_ptr<std::string> key) { in ReadOnlyError() function143 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()
70 ReadOnlyError, enumerator
124 …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()
166 exceptionState.throwUninformativeAndGenericDOMException(ReadOnlyError); in put()254 exceptionState.throwUninformativeAndGenericDOMException(ReadOnlyError); in deleteFunction()287 exceptionState.throwUninformativeAndGenericDOMException(ReadOnlyError); in clear()