Searched defs:freeListKey (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp1532 DatabaseFreeListKey freeListKey; local
1533 p = DatabaseFreeListKey::decode(p, limit, &freeListKey);
1539 return freeListKey.databaseId();
1640 ObjectStoreFreeListKey freeListKey; local
1641 p = ObjectStoreFreeListKey::decode(p, limit, &freeListKey);
1647 return freeListKey.objectStoreId();
1977 IndexFreeListKey freeListKey; local
1978 p = IndexFreeListKey::decode(p, limit, &freeListKey);
1984 ASSERT(freeListKey.indexId() >= kMinimumIndexId);
1985 return freeListKey
[all...]

Completed in 42 milliseconds