Searched defs:autoIncrement (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebCore/storage/ |
D | IDBObjectStoreBackendImpl.h | 45 …ore, int64_t databaseId, int64_t id, const String& name, const String& keyPath, bool autoIncrement) in create() 49 …e* backingStore, int64_t databaseId, const String& name, const String& keyPath, bool autoIncrement) in create() 67 virtual bool autoIncrement() const { return m_autoIncrement; } in autoIncrement() function
|
D | IDBObjectStoreBackendImpl.cpp | 53 …ore, int64_t databaseId, int64_t id, const String& name, const String& keyPath, bool autoIncrement) in IDBObjectStoreBackendImpl() 65 …e* backingStore, int64_t databaseId, const String& name, const String& keyPath, bool autoIncrement) in IDBObjectStoreBackendImpl() 144 const bool autoIncrement = objectStore->autoIncrement(); in selectKeyForPut() local
|
D | IDBDatabase.cpp | 84 bool autoIncrement = false; in createObjectStore() local
|
D | IDBDatabaseBackendImpl.cpp | 100 …Impl::createObjectStore(const String& name, const String& keyPath, bool autoIncrement, IDBTransact… in createObjectStore()
|
D | IDBSQLiteBackingStore.cpp | 266 …ore(int64_t databaseId, const String& name, const String& keyPath, bool autoIncrement, int64_t& as… in createObjectStore()
|
D | IDBLevelDBBackingStore.cpp | 1603 bool autoIncrement = *it->value().begin(); in getObjectStores() local 1662 …ore(int64_t databaseId, const String& name, const String& keyPath, bool autoIncrement, int64_t& as… in createObjectStore()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebIDBDatabaseImpl.cpp | 69 …createObjectStore(const WebString& name, const WebString& keyPath, bool autoIncrement, const WebID… in createObjectStore()
|
D | IDBDatabaseBackendProxy.cpp | 78 …roxy::createObjectStore(const String& name, const String& keyPath, bool autoIncrement, IDBTransact… in createObjectStore()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebIDBDatabase.h | 61 …createObjectStore(const WebString& name, const WebString& keyPath, bool autoIncrement, const WebID… in createObjectStore()
|