HomeSort by relevance Sort by last modified time
    Searched refs:kDirtyIDKeyPrefix (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_constants.cc 32 const char kDirtyIDKeyPrefix[] = "DIRTY: ";
drive_backend_constants.h 34 extern const char kDirtyIDKeyPrefix[];
metadata_db_migration_util.cc 38 const char kDirtyIDKeyPrefix[] = "DIRTY: ";
63 StartsWithASCII(key, kDirtyIDKeyPrefix, true) ||
metadata_db_migration_util_unittest.cc 64 const char kDirtyIDKeyPrefix[] = "DIRTY: ";
94 batch.Put(kDirtyIDKeyPrefix, "dirty");
119 VerifyNotExist(kDirtyIDKeyPrefix, db.get());
metadata_database_index_on_disk.cc 140 return kDirtyIDKeyPrefix + base::Int64ToString(tracker_id);
486 itr->Seek(kDirtyIDKeyPrefix);
491 if (!RemovePrefix(itr->key().ToString(), kDirtyIDKeyPrefix, &id_str))
696 kDirtyIDKeyPrefix, kDemotedDirtyIDKeyPrefix
    [all...]

Completed in 322 milliseconds