Searched refs:webObjectStore (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebIDBMetadata.cpp49 ObjectStore webObjectStore; local
50 webObjectStore.id = objectStore.id;
51 webObjectStore.name = objectStore.name;
52 webObjectStore.keyPath = objectStore.keyPath;
53 webObjectStore.autoIncrement = objectStore.autoIncrement;
54 webObjectStore.indexes = WebVector<Index>(static_cast<size_t>(objectStore.indexes.size()));
55 webObjectStore.maxIndexId = objectStore.maxIndexId;
66 webObjectStore.indexes[j++] = webIndex;
68 objectStores[i++] = webObjectStore;
76 const ObjectStore webObjectStore local
[all...]

Completed in 78 milliseconds