Searched defs:IDBObjectStoreMetadata (Results 1 – 1 of 1) sorted by relevance
56 struct IDBObjectStoreMetadata { struct57 IDBObjectStoreMetadata() { } in IDBObjectStoreMetadata() function58 …IDBObjectStoreMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool autoIncreme… in IDBObjectStoreMetadata() argument85 typedef HashMap<int64_t, IDBObjectStoreMetadata> ObjectStoreMap; argument