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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp127 // <database id, object store id, index id, user key, sequence number> => "version", user key [IndexDataKey]
1205 class IndexDataKey { class in namespace:WebCore::__anon14722
1207 IndexDataKey() function in class:WebCore::__anon14722::IndexDataKey
1215 static const char* decode(const char* start, const char* limit, IndexDataKey* result)
1256 int compare(const IndexDataKey& other, bool ignoreSequenceNumber)
1411 IndexDataKey indexDataKeyA;
1412 IndexDataKey indexDataKeyB;
1414 ptrA = IndexDataKey::decode(a.begin(), endA, &indexDataKeyA);
1415 ptrB = IndexDataKey::decode(b.begin(), endB, &indexDataKeyB);
2042 const Vector<char> indexDataKey = IndexDataKey
[all...]

Completed in 219 milliseconds