Home
last modified time | relevance | path

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

/external/chromium_org/tools/perf/page_sets/endure/
Dindexeddb_app.js64 'sync-chunks', {keyPath: 'sequence', autoIncrement: true}); property
73 'user-events', {keyPath: 'sequence', autoIncrement: true}); property
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBObjectStore.h68 bool autoIncrement() const { return m_metadata.autoIncrement; } in autoIncrement() function
DIDBDatabase.cpp201 bool autoIncrement = false; in createObjectStore() local
216 …::createObjectStore(const String& name, const IDBKeyPath& keyPath, bool autoIncrement, ExceptionSt… in createObjectStore()
DIDBMetadata.h69 bool autoIncrement; member
/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBMetadata.h60 bool autoIncrement; member
DWebIDBDatabase.h50 …g long objectStoreId, const WebString& name, const WebIDBKeyPath&, bool autoIncrement) { BLINK_ASS… in createObjectStore()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DIndexedDBModel.js476 WebInspector.IndexedDBModel.ObjectStore = function(name, keyPath, autoIncrement) argument