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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.h420 class BlobEntryKey { class in namespace:content
422 BlobEntryKey() : database_id_(0), object_store_id_(0) {} function in class:content::BlobEntryKey
423 static bool Decode(base::StringPiece* slice, BlobEntryKey* result);
425 BlobEntryKey* result);
446 // This is the user's ObjectStoreDataKey, not the BlobEntryKey itself.

Completed in 225 milliseconds