Home
last modified time | relevance | path

Searched refs:DataError (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBKeyRange.cpp49 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); in fromScriptValue()
81 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); in only()
93 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); in only()
105 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); in lowerBound()
117 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); in upperBound()
131 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); in bound()
135 exceptionState.throwDOMException(DataError, "The lower key is greater than the upper key."); in bound()
139 …exceptionState.throwDOMException(DataError, "The lower key and upper key are equal and one of the … in bound()
DIDBCursor.cpp134 …exceptionState.throwDOMException(DataError, "The effective object store of this cursor uses in-lin… in update()
179 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); in continueFunction()
192 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); in continuePrimaryKey()
227 …exceptionState.throwDOMException(DataError, "The parameter is less than or equal to this cursor's … in continueFunction()
235 …exceptionState.throwDOMException(DataError, "The parameter is greater than or equal to this cursor… in continueFunction()
DIDBObjectStore.cpp98 exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage); in get()
190 …exceptionState.throwDOMException(DataError, "The object store uses in-line keys and the key parame… in put()
194 …exceptionState.throwDOMException(DataError, "The object store uses out-of-line keys and has no key… in put()
200 …exceptionState.throwDOMException(DataError, "Evaluating the object store's key path yielded a valu… in put()
204 …exceptionState.throwDOMException(DataError, "Evaluating the object store's key path did not yield … in put()
209 …exceptionState.throwDOMException(DataError, "A generated key could not be inserted into the value.… in put()
217 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); in put()
262 exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage); in deleteFunction()
DIDBIndex.cpp175 exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage); in get()
204 exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage); in getKey()
DIDBFactory.cpp176 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); in cmp()
/external/chromium_org/base/test/expectations/
Dparser.cc99 DataError("Cannot use more than one configuration modifier"); in SaveModifier()
107 DataError("Invalid modifier string"); in SaveModifier()
147 DataError("Unknown expectation type"); in SaveExpectationType()
196 void Parser::DataError(const std::string& error) { in DataError() function in test_expectations::Parser
Dparser.h111 void DataError(const std::string& error);
/external/chromium_org/third_party/WebKit/Source/core/dom/
DExceptionCode.h68 DataError, enumerator
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp495 COMPILE_ASSERT_MATCHING_ENUM(WebIDBDatabaseExceptionDataError, DataError);