Searched defs:IDBDatabase (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBDatabase.cpp27 #include "modules/indexeddb/IDBDatabase.h"
55 const char IDBDatabase::indexDeletedErrorMessage[] = "The index or its object store has been deleted.";
56 const char IDBDatabase::isKeyCursorErrorMessage[] = "The cursor is a key cursor.";
57 const char IDBDatabase::noKeyOrKeyRangeErrorMessage[] = "No key or key range specified.";
58 const char IDBDatabase::noSuchIndexErrorMessage[] = "The specified index was not found.";
59 const char IDBDatabase::noSuchObjectStoreErrorMessage[] = "The specified object store was not found.";
60 const char IDBDatabase::noValueErrorMessage[] = "The cursor is being iterated or has iterated past its end.";
61 const char IDBDatabase::notValidKeyErrorMessage[] = "The parameter is not a valid key.";
62 const char IDBDatabase::notVersionChangeTransactionErrorMessage[] = "The database is not running a version change transaction.";
63 const char IDBDatabase
78 IDBDatabase::IDBDatabase(ExecutionContext* context, PassOwnPtr<WebIDBDatabase> backend, IDBDatabaseCallbacks* callbacks) function in class:blink::IDBDatabase
[all...]

Completed in 71 milliseconds