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

  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyRange.cpp 49 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
81 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
93 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
105 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
117 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
131 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
135 exceptionState.throwDOMException(DataError, "The lower key is greater than the upper key.");
139 exceptionState.throwDOMException(DataError, "The lower key and upper key are equal and one of the bounds is open.");
IDBCursor.cpp 134 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.");
179 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
192 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
227 exceptionState.throwDOMException(DataError, "The parameter is less than or equal to this cursor's position.");
235 exceptionState.throwDOMException(DataError, "The parameter is greater than or equal to this cursor's position.");
IDBIndex.cpp 175 exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage);
204 exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage);
IDBObjectStore.cpp 98 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);
262 exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage);
IDBFactory.cpp 176 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage);
  /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/content/test/data/indexeddb/
key_types_test.js 145 shouldBe("ex.name", "'DataError'");
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 115 'Zlib::BufError', 'Zlib::DataError', 'Zlib::Deflate',
rails.php 108 'Zlib::BufError', 'Zlib::DataError', 'Zlib::Deflate',
  /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 495 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 4455 milliseconds