IDBMetadata.h | 41 IDBIndexMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool unique, bool multiEntry) 43 , id(id) 48 int64_t id; member in struct:WebCore::IDBIndexMetadata 58 IDBObjectStoreMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool autoIncrement, int64_t maxIndexId) 60 , id(id) 67 int64_t id; member in struct:WebCore::IDBObjectStoreMetadata 92 IDBDatabaseMetadata(const String& name, int64_t id, const String& version, int64_t intVersion, int64_t maxObjectStoreId) 94 , id(id 102 int64_t id; member in struct:WebCore::IDBDatabaseMetadata [all...] |