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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp2051 static bool findGreatestKeyLessThan(LevelDBDatabase* db, const Vector<char>& target, Vector<char>& foundKey) function in namespace:WebCore
2497 if (!findGreatestKeyLessThan(m_db.get(), stopKey, stopKey))
2535 if (!findGreatestKeyLessThan(m_db.get(), stopKey, stopKey))
2575 if (!findGreatestKeyLessThan(m_db.get(), stopKey, stopKey))

Completed in 68 milliseconds