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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyRange.cpp 47 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
82 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
93 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
104 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
115 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
128 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
132 exceptionState.throwDOMException(DataError, "The lower key is greater than the upper key.");
136 exceptionState.throwDOMException(DataError, "The lower key and upper key are equal and one of the bounds is open.");
IDBCursor.cpp 147 exceptionState.throwDOMException(DataError, "The effective object store of this cursor uses in-line keys and evaluating the key path of the value parameter results in a different value than the cursor's effective key.");
190 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
202 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
237 exceptionState.throwDOMException(DataError, "The parameter is less than or equal to this cursor's position.");
245 exceptionState.throwDOMException(DataError, "The parameter is greater than or equal to this cursor's position.");
IDBObjectStore.cpp 107 exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage);
190 exceptionState.throwDOMException(DataError, "The object store uses in-line keys and the key parameter was provided.");
194 exceptionState.throwDOMException(DataError, "The object store uses out-of-line keys and has no key generator and the key parameter was not provided.");
200 exceptionState.throwDOMException(DataError, "Evaluating the object store's key path yielded a value that is not a valid key.");
204 exceptionState.throwDOMException(DataError, "Evaluating the object store's key path did not yield a value.");
209 exceptionState.throwDOMException(DataError, "A generated key could not be inserted into the value.");
217 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
268 exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage);
IDBFactory.cpp 178 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
IDBIndex.cpp 207 exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h 68 DataError,
  /external/chromium_org/base/test/expectations/
parser.cc 99 DataError("Cannot use more than one configuration modifier");
107 DataError("Invalid modifier string");
147 DataError("Unknown expectation type");
196 void Parser::DataError(const std::string& error) {
parser.h 111 void DataError(const std::string& error);
136 // If DataError() has been called during the course of parsing |current_|.
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
CryptoResultImpl.cpp 87 return DataError;
94 return DataError;
  /external/chromium_org/content/child/webcrypto/
status.h 46 static Status DataError();
status.cc 27 Status Status::DataError() {
platform_crypto_nss.cc     [all...]
shared_crypto_unittest.cc 745 EXPECT_NE(Status::DataError(), Status::OperationError());
762 status = Status::DataError();
    [all...]
  /external/chromium_org/content/test/data/indexeddb/
key_types_test.js 145 shouldBe("ex.name", "'DataError'");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 63 self.assertTrue(issubclass(sqlite.DataError, sqlite.DatabaseError),
64 "DataError is not a subclass of DatabaseError")
137 self.assertEqual(self.cx.DataError, sqlite.DataError)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 63 self.assertTrue(issubclass(sqlite.DataError, sqlite.DatabaseError),
64 "DataError is not a subclass of DatabaseError")
137 self.assertEqual(self.cx.DataError, sqlite.DataError)
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 481 COMPILE_ASSERT_MATCHING_ENUM(WebIDBDatabaseExceptionDataError, DataError);
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 868 milliseconds