Home
last modified time | relevance | path

Searched refs:ReencodeToObjectStoreDataKey (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_leveldb_coding.h424 static std::string ReencodeToObjectStoreDataKey(base::StringPiece* slice);
Dindexed_db_leveldb_coding.cc1861 std::string BlobEntryKey::ReencodeToObjectStoreDataKey(StringPiece* slice) { in ReencodeToObjectStoreDataKey() function in content::BlobEntryKey
Dindexed_db_backing_store.cc1358 BlobEntryKey::ReencodeToObjectStoreDataKey(&key_piece); in DeleteBlobsInRange()