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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp1317 static int realCompare(const LevelDBSlice& a, const LevelDBSlice& b, bool indexKeys = false) function in namespace:WebCore::__anon14722
1429 return realCompare(a, b);
1434 return realCompare(a, b, true);
1439 virtual int compare(const LevelDBSlice& a, const LevelDBSlice& b) const { return realCompare(a, b); }

Completed in 46 milliseconds