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

/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp275 static const char* decodeStringWithLength(const char* p, const char* limit, String& foundString) argument
285 foundString = decodeString(p, p + len * 2);
482 static bool getString(LevelDBDatabase* db, const Vector<char>& key, String& foundString) argument
488 foundString = decodeString(result.begin(), result.end());

Completed in 51 milliseconds