Home
last modified time | relevance | path

Searched defs:autoIncrement (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/storage/
DIDBObjectStoreBackendImpl.h45 …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
DIDBObjectStoreBackendImpl.cpp53 …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
DIDBDatabase.cpp84 bool autoIncrement = false; in createObjectStore() local
DIDBDatabaseBackendImpl.cpp100 …Impl::createObjectStore(const String& name, const String& keyPath, bool autoIncrement, IDBTransact… in createObjectStore()
DIDBSQLiteBackingStore.cpp266 …ore(int64_t databaseId, const String& name, const String& keyPath, bool autoIncrement, int64_t& as… in createObjectStore()
DIDBLevelDBBackingStore.cpp1603 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/
DWebIDBDatabaseImpl.cpp69 …createObjectStore(const WebString& name, const WebString& keyPath, bool autoIncrement, const WebID… in createObjectStore()
DIDBDatabaseBackendProxy.cpp78 …roxy::createObjectStore(const String& name, const String& keyPath, bool autoIncrement, IDBTransact… in createObjectStore()
/external/webkit/Source/WebKit/chromium/public/
DWebIDBDatabase.h61 …createObjectStore(const WebString& name, const WebString& keyPath, bool autoIncrement, const WebID… in createObjectStore()