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

  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command_unittest.cc 49 EXPECT_CALL(*mock_directory(), PurgeEntriesWithTypeIn(expected));
55 EXPECT_CALL(*mock_directory(), PurgeEntriesWithTypeIn(_)).Times(0);
81 EXPECT_CALL(*mock_directory(), PurgeEntriesWithTypeIn(expected));
cleanup_disabled_types_command.cc 59 dir->PurgeEntriesWithTypeIn(to_cleanup);
syncer_unittest.cc 651 dir->PurgeEntriesWithTypeIn(types_to_purge);
691 dir->PurgeEntriesWithTypeIn(types_to_purge);
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 438 dir_->PurgeEntriesWithTypeIn(to_purge);
447 dir_->PurgeEntriesWithTypeIn(to_purge);
580 dir_->PurgeEntriesWithTypeIn(types_to_purge);
    [all...]
syncable.h 910 virtual void PurgeEntriesWithTypeIn(const std::set<ModelType>& types);
    [all...]
syncable.cc 677 void Directory::PurgeEntriesWithTypeIn(const std::set<ModelType>& types) {
    [all...]

Completed in 294 milliseconds