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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.h424 static bool FromObjectStoreDataKey(base::StringPiece* slice,
H A Dindexed_db_backing_store.cc2028 if (!BlobEntryKey::FromObjectStoreDataKey(&start_key_piece, &start_blob_key))
2033 if (!BlobEntryKey::FromObjectStoreDataKey(&stop_key_piece, &end_blob_key))
2676 if (!BlobEntryKey::FromObjectStoreDataKey(&leveldb_key_piece,
3962 if (!BlobEntryKey::FromObjectStoreDataKey(&key_piece, &blob_entry_key)) {
3988 if (!BlobEntryKey::FromObjectStoreDataKey(&key_piece, &blob_entry_key)) {
4238 if (!BlobEntryKey::FromObjectStoreDataKey(&leveldb_key_piece,
H A Dindexed_db_leveldb_coding.cc1848 bool BlobEntryKey::FromObjectStoreDataKey(StringPiece* slice, function in class:content::BlobEntryKey

Completed in 149 milliseconds