Searched refs:maxIndexId (Results 1 – 5 of 5) sorted by relevance
58 …(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
414 int64_t indexId = m_metadata.maxIndexId + 1; in createIndex()417 ++m_metadata.maxIndexId; in createIndex()
55 webObjectStore.maxIndexId = objectStore.maxIndexId; in WebIDBMetadata()77 …ebObjectStore.id, webObjectStore.keyPath, webObjectStore.autoIncrement, webObjectStore.maxIndexId); in operator IDBDatabaseMetadata()
64 long long maxIndexId; member
103 web_store_metadata.maxIndexId = idb_store_metadata.max_index_id; in ConvertMetadata()