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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_active_blob_registry.cc73 blob_key = DatabaseMetaDataKey::kAllBlobsKey;
94 if (blob_key == DatabaseMetaDataKey::kAllBlobsKey) {
H A Dindexed_db_backing_store.cc623 std::make_pair(database_id, DatabaseMetaDataKey::kAllBlobsKey));
639 std::make_pair(database_id, DatabaseMetaDataKey::kAllBlobsKey));
1459 metadata.id, DatabaseMetaDataKey::kAllBlobsKey)) {
2415 bool all_blobs = blob_key == DatabaseMetaDataKey::kAllBlobsKey;
2432 // There are several cases to handle. If blob_key is kAllBlobsKey, we want to
2434 // kAllBlobsKey to the primary journal. Otherwise if IsValidBlobKey(blob_key)
2435 // and we hit kAllBlobsKey for the right database_id in the journal, we leave
2436 // the kAllBlobsKey entry in the live_blob journal but add the specific blob
2447 current_blob_key == DatabaseMetaDataKey::kAllBlobsKey;
2468 std::make_pair(database_id, DatabaseMetaDataKey::kAllBlobsKey));
[all...]
H A Dindexed_db_leveldb_coding.h244 CONTENT_EXPORT static const int64 kAllBlobsKey; member in class:content::DatabaseMetaDataKey
H A Dindexed_db_leveldb_coding.cc51 // If the blobKey is kAllBlobsKey, the whole database should be deleted.
634 (blob_key != DatabaseMetaDataKey::kAllBlobsKey)) {
1429 const int64 DatabaseMetaDataKey::kAllBlobsKey = 1; member in class:content::DatabaseMetaDataKey
H A Dindexed_db_leveldb_coding_unittest.cc711 { // kAllBlobsKey
713 journal.push_back(std::make_pair(5, DatabaseMetaDataKey::kAllBlobsKey));

Completed in 393 milliseconds