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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyRange.cpp 47 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
81 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
92 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
103 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
114 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
127 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
131 exceptionState.throwDOMException(DataError, "The lower key is greater than the upper key.");
135 exceptionState.throwDOMException(DataError, "The lower key and upper key are equal and one of the bounds is open.");
IDBCursor.cpp 161 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
173 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
208 exceptionState.throwDOMException(DataError, "The parameter is less than or equal to this cursor's position.");
216 exceptionState.throwDOMException(DataError, "The parameter is greater than or equal to this cursor's position.");
IDBObjectStore.cpp 106 exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage);
194 exceptionState.throwDOMException(DataError, "The object store uses in-line keys and the key parameter was provided.");
205 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.");
211 exceptionState.throwDOMException(DataError, "The object store uses out-of-line keys and has no key generator and the key parameter was not provided.");
219 exceptionState.throwDOMException(DataError, "Evaluating the object store's key path yielded a value that is not a valid key.");
223 exceptionState.throwDOMException(DataError, "Evaluating the object store's key path did not yield a value.");
228 exceptionState.throwDOMException(DataError, "A generated key could not be inserted into the value.");
236 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
289 exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage);
IDBFactory.cpp 173 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
IDBIndex.cpp 206 exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h 69 DataError,
  /external/chromium_org/content/child/webcrypto/test/
status_unittest.cc 28 EXPECT_NE(Status::DataError(), Status::OperationError());
45 status = Status::DataError();
rsa_ssa_unittest.cc 73 Status::DataError(),
170 Status::DataError(),
230 EXPECT_EQ(Status::DataError(),
    [all...]
  /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 88 return DataError;
95 return DataError;
  /external/chromium_org/content/child/webcrypto/
status.h 46 static Status DataError();
status.cc 27 Status Status::DataError() {
  /external/chromium_org/content/child/webcrypto/openssl/
rsa_key_openssl.cc 184 // TODO(eroman): This should really be a DataError, however for compatibility
348 return Status::DataError();
352 return Status::DataError();
355 return Status::DataError(); // Data did not define an RSA key.
363 return Status::DataError();
394 return Status::DataError();
397 return Status::DataError(); // Data did not define an RSA key.
  /external/chromium_org/content/test/data/indexeddb/
key_types_test.js 142 shouldBe("ex.name", "'DataError'");
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
PrivateScriptRunner.js 80 "DataError",
  /external/chromium_org/content/child/webcrypto/nss/
rsa_key_nss.cc 652 return Status::DataError();
659 return Status::DataError();
703 return Status::DataError();
708 return Status::DataError();
712 return Status::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 325 milliseconds