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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp1524 const Vector<char> freeListStartKey = DatabaseFreeListKey::encode(0); local
1528 for (it->seek(freeListStartKey); it->isValid() && compareKeys(it->key(), freeListStopKey) < 0; it->next()) {
1632 const Vector<char> freeListStartKey = ObjectStoreFreeListKey::encode(databaseId, 0); local
1636 for (it->seek(freeListStartKey); it->isValid() && compareKeys(it->key(), freeListStopKey) < 0; it->next()) {

Completed in 45 milliseconds