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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp338 static const char* decodeIDBKey(const char* p, const char* limit, RefPtr<IDBKey>& foundKey) argument
351 foundKey = IDBKey::createNull();
358 foundKey = IDBKey::createString(s);
365 foundKey = IDBKey::createDate(d);
372 foundKey = IDBKey::createNumber(d);
2051 static bool findGreatestKeyLessThan(LevelDBDatabase* db, const Vector<char>& target, Vector<char>& foundKey) argument
2068 foundKey.clear();
2069 foundKey.append(it->key().begin(), it->key().end() - it->key().begin());
2458 static bool findLastIndexKeyEqualTo(LevelDBDatabase* db, const Vector<char>& target, Vector<char>& foundKey) argument
2467 foundKey
[all...]

Completed in 166 milliseconds