Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBMetadata.h56 struct IDBObjectStoreMetadata { struct
57 IDBObjectStoreMetadata() { } in IDBObjectStoreMetadata() function
58IDBObjectStoreMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool autoIncreme… in IDBObjectStoreMetadata() argument
85 typedef HashMap<int64_t, IDBObjectStoreMetadata> ObjectStoreMap; argument