Home
last modified time | relevance | path

Searched refs:maxIndexId (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBMetadata.h58 …(const String& name, int64_t id, const IDBKeyPath& keyPath, bool autoIncrement, int64_t maxIndexId) in IDBObjectStoreMetadata()
63 , maxIndexId(maxIndexId) in IDBObjectStoreMetadata()
70 int64_t maxIndexId; member
DIDBObjectStore.cpp414 int64_t indexId = m_metadata.maxIndexId + 1; in createIndex()
417 ++m_metadata.maxIndexId; in createIndex()
/external/chromium_org/third_party/WebKit/Source/web/
DWebIDBMetadata.cpp55 webObjectStore.maxIndexId = objectStore.maxIndexId; in WebIDBMetadata()
77 …ebObjectStore.id, webObjectStore.keyPath, webObjectStore.autoIncrement, webObjectStore.maxIndexId); in operator IDBDatabaseMetadata()
/external/chromium_org/third_party/WebKit/public/platform/
DWebIDBMetadata.h64 long long maxIndexId; member
/external/chromium_org/content/child/indexed_db/
Dindexed_db_dispatcher.cc103 web_store_metadata.maxIndexId = idb_store_metadata.max_index_id; in ConvertMetadata()