Home
last modified time | relevance | path

Searched refs:bag_of_chips (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine_impl/cycle/
H A Dsync_cycle_context.cc20 const std::string& bag_of_chips, in SyncCycleContext() argument
27 bag_of_chips_(bag_of_chips), in SyncCycleContext()
53 void SyncCycleContext::set_bag_of_chips(const std::string& bag_of_chips) { in set_bag_of_chips() argument
54 bag_of_chips_ = bag_of_chips; in set_bag_of_chips()
H A Dsync_cycle_context.h48 const std::string& bag_of_chips,
74 void set_bag_of_chips(const std::string& bag_of_chips);
75 const std::string& bag_of_chips() const { return bag_of_chips_; } in bag_of_chips() function
H A Dsync_cycle.cc47 context_->birthday(), context_->bag_of_chips(), in TakeSnapshotWithOrigin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/test/integration/
H A Denable_disable_test.cc469 sync_pb::ChipBag bag_of_chips; in IN_PROC_BROWSER_TEST_F() local
470 bag_of_chips.set_server_chips(kTestServerChips); in IN_PROC_BROWSER_TEST_F()
471 ASSERT_FALSE(base::IsStringUTF8(bag_of_chips.SerializeAsString())); in IN_PROC_BROWSER_TEST_F()
472 GetFakeServer()->SetBagOfChips(bag_of_chips); in IN_PROC_BROWSER_TEST_F()
477 EXPECT_EQ(bag_of_chips.SerializeAsString(), prefs.GetBagOfChips()); in IN_PROC_BROWSER_TEST_F()
481 EXPECT_EQ(kTestServerChips, message.bag_of_chips().server_chips()); in IN_PROC_BROWSER_TEST_F()
493 EXPECT_EQ(kTestServerChips, message.bag_of_chips().server_chips()); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine/
H A Dtest_engine_components_factory.cc29 const std::string& bag_of_chips, in BuildContext() argument
36 bag_of_chips, poll_interval)); in BuildContext()
H A Dengine_components_factory_impl.cc52 const std::string& bag_of_chips, in BuildContext() argument
57 bag_of_chips, poll_interval); in BuildContext()
H A Dsync_manager.h135 std::string bag_of_chips; member
221 virtual std::string bag_of_chips() = 0;
H A Dsync_engine_host_stub.cc17 const std::string& bag_of_chips, in OnEngineInitialized() argument
H A Dsync_engine_host_stub.h25 const std::string& bag_of_chips,
H A Dsync_engine_host.h42 const std::string& bag_of_chips,
H A Dtest_engine_components_factory.h39 const std::string& bag_of_chips,
H A Dengine_components_factory_impl.h41 const std::string& bag_of_chips,
H A Dengine_components_factory.h65 const std::string& bag_of_chips,
H A Dfake_sync_manager.h92 std::string bag_of_chips() override;
H A Dsync_engine.h75 std::string bag_of_chips; member
H A Dfake_sync_manager.cc152 std::string FakeSyncManager::bag_of_chips() { in bag_of_chips() function in syncer::FakeSyncManager
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine/cycle/
H A Dsync_cycle_snapshot.h34 const std::string& bag_of_chips,
58 const std::string& bag_of_chips() const { return bag_of_chips_; } in bag_of_chips() function
H A Dsync_cycle_snapshot.cc44 const std::string& bag_of_chips, in SyncCycleSnapshot() argument
61 bag_of_chips_(bag_of_chips), in SyncCycleSnapshot()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine_impl/loopback_server/
H A Dloopback_server.h68 void SetBagOfChipsForTesting(const sync_pb::ChipBag& bag_of_chips) { in SetBagOfChipsForTesting() argument
69 bag_of_chips_ = bag_of_chips; in SetBagOfChipsForTesting()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine_impl/
H A Dsyncer_proto_util.cc225 std::string bag_of_chips; in SaveBagOfChipsFromResponse() local
226 if (response.new_bag_of_chips().SerializeToString(&bag_of_chips)) in SaveBagOfChipsFromResponse()
227 context->set_bag_of_chips(bag_of_chips); in SaveBagOfChipsFromResponse()
408 cycle->context()->bag_of_chips()); in AddRequiredFieldsToClientToServerMessage()
H A Dsync_manager_impl.cc220 args->bag_of_chips, args->poll_interval); in Init()
536 std::string SyncManagerImpl::bag_of_chips() { in bag_of_chips() function in syncer::SyncManagerImpl
539 return cycle_context_->bag_of_chips(); in bag_of_chips()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/glue/
H A Dsync_engine_backend.cc285 args.bag_of_chips = params.bag_of_chips; in DoInitialize()
353 sync_manager_->birthday(), sync_manager_->bag_of_chips()); in DoInitialProcessControlTypes()
H A Dsync_engine_impl.cc284 const std::string& bag_of_chips) { in HandleInitializationSuccessOnFrontendLoop() argument
312 birthday, bag_of_chips, /*success=*/true); in HandleInitializationSuccessOnFrontendLoop()
H A Dsync_engine_impl.h133 const std::string& bag_of_chips);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/base/
H A Dsync_prefs.h160 void SetBagOfChips(const std::string& bag_of_chips);

12