Home
last modified time | relevance | path

Searched refs:GetBagOfChips (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/test/integration/
H A Denable_disable_test.cc477 EXPECT_EQ(bag_of_chips.SerializeAsString(), prefs.GetBagOfChips()); in IN_PROC_BROWSER_TEST_F()
488 ASSERT_NE("", prefs.GetBagOfChips()); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/base/
H A Dsync_prefs.h161 std::string GetBagOfChips() const;
H A Dsync_prefs.cc536 std::string SyncPrefs::GetBagOfChips() const { in GetBagOfChips() function in syncer::SyncPrefs
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Dprofile_sync_service.cc597 params.bag_of_chips = sync_prefs_.GetBagOfChips(); in ProfileSyncService()