Home
last modified time | relevance | path

Searched refs:syncer (Results 251 – 275 of 2347) sorted by relevance

1...<<11121314151617181920>>...94

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/storage/
H A Dsettings_sync_processor.h15 namespace syncer {
30 syncer::ModelType type,
31 syncer::SyncChangeProcessor* sync_processor);
38 syncer::SyncError SendChanges(const ValueStoreChangeList& changes);
44 syncer::ModelType type() { return type_; } in type()
51 const syncer::ModelType type_;
54 syncer::SyncChangeProcessor* const sync_processor_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/sync/
H A Dos_sync_model_type_controller.h15 namespace syncer {
22 class OsSyncModelTypeController : public syncer::ModelTypeController {
24 OsSyncModelTypeController(syncer::ModelType type,
25 std::unique_ptr<syncer::ModelTypeControllerDelegate>
27 std::unique_ptr<syncer::ModelTypeControllerDelegate>
30 syncer::SyncService* sync_service);
45 syncer::SyncService* const sync_service_;
H A Dos_sync_model_type_controller.cc19 using syncer::ModelTypeControllerDelegate;
22 syncer::ModelType type, in OsSyncModelTypeController()
26 syncer::SyncService* sync_service) in OsSyncModelTypeController()
27 : syncer::ModelTypeController(type, in OsSyncModelTypeController()
37 syncer::prefs::kOsSyncFeatureEnabled, in OsSyncModelTypeController()
44 syncer::DataTypeController::PreconditionState
47 return pref_service_->GetBoolean(syncer::prefs::kOsSyncFeatureEnabled) in GetPreconditionState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/test/fake_server/
H A Dfake_server.cc31 using syncer::GetModelType;
32 using syncer::GetModelTypeFromSpecifics;
33 using syncer::LoopbackServer;
34 using syncer::LoopbackServerEntity;
35 using syncer::ModelType;
36 using syncer::ModelTypeSet;
86 DCHECK(model_type == syncer::AUTOFILL_WALLET_DATA || in RemoveFullUpdateTypeProgressMarkerIfExists()
87 model_type == syncer::AUTOFILL_WALLET_OFFER); in RemoveFullUpdateTypeProgressMarkerIfExists()
92 if (syncer::GetModelTypeFromSpecificsFieldNumber( in RemoveFullUpdateTypeProgressMarkerIfExists()
111 DCHECK(type != syncer::AUTOFILL_WALLET_DATA && in VerifyNoProgressMarkerExistsInResponseForFullUpdateType()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/
H A Dprofile_sync_service_factory.cc108 syncer::SyncService* ProfileSyncServiceFactory::GetForProfile( in GetForProfile()
114 return static_cast<syncer::SyncService*>( in GetForProfile()
119 syncer::ProfileSyncService*
179 syncer::ProfileSyncService::InitParams init_params; in BuildServiceInstanceFor()
206 syncer::SyncPrefs prefs(profile->GetPrefs()); in BuildServiceInstanceFor()
221 init_params.start_behavior = syncer::ProfileSyncService::AUTO_START; in BuildServiceInstanceFor()
283 syncer::SyncService* sync_service = GetForProfile(profile); in IsSyncAllowed()
285 syncer::SyncService::DISABLE_REASON_ENTERPRISE_POLICY); in IsSyncAllowed()
290 syncer::SyncPrefs prefs(profile->GetPrefs()); in IsSyncAllowed()
296 std::vector<const syncer::SyncService*>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/storage/
H A Dsettings_sync_processor.h15 namespace syncer {
31 syncer::ModelType type,
32 syncer::SyncChangeProcessor* sync_processor);
39 base::Optional<syncer::ModelError> SendChanges(
46 syncer::ModelType type() { return type_; } in type()
53 const syncer::ModelType type_;
56 syncer::SyncChangeProcessor* const sync_processor_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/policy/cloud/
H A Dremote_commands_invalidator.h18 namespace syncer {
28 class RemoteCommandsInvalidator : public syncer::InvalidationHandler {
58 void OnInvalidatorStateChange(syncer::InvalidatorState state) override;
60 const syncer::TopicInvalidationMap& invalidation_map) override;
62 bool IsPublicTopic(const syncer::Topic& topic) const override;
73 const syncer::Invalidation& invalidation) = 0;
82 void Register(const syncer::Topic& topic);
120 syncer::Topic topic_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/sync_bookmarks/
H A Dbookmark_model_type_processor_unittest.cc62 syncer::EntityData data; in CreateUpdateResponseData()
78 syncer::UpdateResponseData response_data; in CreateUpdateResponseData()
125 syncer::UpdateResponseDataList updates; in InitWithSyncedBookmarks()
126 syncer::UniquePosition pos = syncer::UniquePosition::InitialPosition( in InitWithSyncedBookmarks()
252 syncer::UniquePosition kRandomPosition = in TEST_F()
256 syncer::UpdateResponseDataList updates; in TEST_F()
297 syncer::UniquePosition kRandomPosition = in TEST_F()
320 syncer::UpdateResponseDataList updates; in TEST_F()
360 syncer::UpdateResponseDataList updates; in TEST_F()
567 syncer::UpdateResponseDataList updates; in TEST_F()
[all …]
H A Dbookmark_model_type_processor.cc159 std::unique_ptr<syncer::CommitQueue> worker) { in ConnectSync()
226 syncer::UpdateResponseDataList updates) { in OnUpdateReceived()
328 base::WeakPtr<syncer::ModelTypeControllerDelegate>
335 const syncer::DataTypeActivationRequest& request, in OnSyncStarting()
394 syncer::SyncStopMetadataFate metadata_fate) { in OnSyncStopping()
406 case syncer::KEEP_METADATA: { in OnSyncStopping()
410 case syncer::CLEAR_METADATA: { in OnSyncStopping()
450 syncer::UpdateResponseDataList updates) { in OnInitialUpdateReceived()
557 syncer::EntityData data; in AppendNodeAndChildrenForDebugging()
613 syncer::StatusCounters counters; in GetStatusCountersForDebugging()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/send_tab_to_self/
H A Dsend_tab_to_self_bridge.cc35 using syncer::ModelTypeStore;
48 std::unique_ptr<syncer::EntityData> CopyToEntityData( in CopyToEntityData()
70 syncer::GetPersonalizableDeviceNameBlocking(); in ParseLocalEntriesOnBackendSequence()
92 syncer::DeviceInfoTracker* device_info_tracker) in SendTabToSelfBridge()
105 .Run(syncer::SEND_TAB_TO_SELF, in SendTabToSelfBridge()
116 std::unique_ptr<syncer::MetadataChangeList>
123 syncer::EntityChangeList entity_data) { in MergeSyncData()
131 syncer::EntityChangeList entity_changes) { in ApplySyncChanges()
225 const syncer::EntityData& entity_data) { in GetClientTag()
230 const syncer::EntityData& entity_data) { in GetStorageKey()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/send_tab_to_self/
H A Dsend_tab_to_self_bridge.cc82 using syncer::ModelTypeStore;
111 std::unique_ptr<syncer::EntityData> CopyToEntityData( in CopyToEntityData()
133 syncer::GetPersonalizableDeviceNameBlocking(); in ParseLocalEntriesOnBackendSequence()
155 syncer::DeviceInfoTracker* device_info_tracker) in SendTabToSelfBridge()
168 .Run(syncer::SEND_TAB_TO_SELF, in SendTabToSelfBridge()
179 std::unique_ptr<syncer::MetadataChangeList>
186 syncer::EntityChangeList entity_data) { in MergeSyncData()
194 syncer::EntityChangeList entity_changes) { in ApplySyncChanges()
300 const syncer::EntityData& entity_data) { in GetClientTag()
305 const syncer::EntityData& entity_data) { in GetStorageKey()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/
H A Dweb_app_sync_bridge.cc113 syncer::WEB_APPS, in WebAppSyncBridge()
290 syncer::StringOrdinal launch_ordinal) { in SetUserLaunchOrdinal()
354 syncer::MetadataChangeList* metadata_change_list) { in UpdateSync()
423 const syncer::ModelError& error) { in ReportErrorToChangeProcessor()
428 const syncer::EntityChangeList& entity_data, in MergeLocalAppsToSync()
453 const syncer::EntityChange& change, in ApplySyncDataChange()
563 std::unique_ptr<syncer::MetadataChangeList>
570 syncer::EntityChangeList entity_data) { in MergeSyncData()
591 syncer::EntityChangeList entity_changes) { in ApplySyncChanges()
631 const syncer::EntityData& entity_data) { in GetClientTag()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dpassword_session_durations_metrics_recorder.h17 namespace syncer {
28 : public syncer::SyncServiceObserver {
34 syncer::SyncService* sync_service);
45 void OnStateChanged(syncer::SyncService* sync) override;
51 syncer::SyncService* const sync_service_;
55 base::ScopedObservation<syncer::SyncService, syncer::SyncServiceObserver>
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/app_list/arc/
H A Darc_package_sync_model_type_controller.h21 namespace syncer {
31 : public syncer::ModelTypeController,
37 syncer::OnceModelTypeStoreFactory store_factory,
38 base::WeakPtr<syncer::SyncableService> syncable_service,
40 syncer::SyncService* sync_service,
58 std::unique_ptr<syncer::ModelTypeSyncBridge> bridge_;
59 syncer::SyncService* const sync_service_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/search_engines/
H A Dtemplate_url_service.h47 namespace syncer {
77 public syncer::SyncableService {
368 syncer::SyncDataList GetAllSyncData(syncer::ModelType type) const;
372 syncer::SyncError ProcessSyncChanges(
378 syncer::SyncMergeResult MergeDataAndStartSyncing(
379 syncer::ModelType type,
380 const syncer::SyncDataList& initial_sync_data,
383 void StopSyncing(syncer::ModelType type) override;
418 const syncer::SyncData& sync_data,
419 syncer::SyncChangeList* change_list);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/sync_wifi/
H A Dwifi_configuration_bridge_unittest.cc66 syncer::EntityData GenerateWifiEntityData( in GenerateWifiEntityData()
68 syncer::EntityData entity_data; in GenerateWifiEntityData()
89 std::unique_ptr<syncer::DataBatch> batch, in ExtractProtosFromDataBatch()
194 syncer::EntityChangeList CreateEntityAddList( in CreateEntityAddList()
196 syncer::EntityChangeList changes; in CreateEntityAddList()
198 syncer::EntityData entity_data; in CreateEntityAddList()
267 syncer::EntityChangeList remote_input; in TEST_F()
324 syncer::EntityChangeList add_changes; in TEST_F()
347 syncer::EntityChangeList add_changes; in TEST_F()
363 syncer::EntityChangeList delete_changes; in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dpassword_manager_util.h32 namespace syncer {
46 const syncer::SyncService* sync_service);
50 bool IsSyncingWithNormalEncryption(const syncer::SyncService* sync_service);
150 const syncer::SyncService* sync_service);
160 const syncer::SyncService* sync_service);
166 const syncer::SyncService* sync_service,
177 const syncer::SyncService* sync_service);
187 const syncer::SyncService* sync_service);
193 const syncer::SyncService* sync_service,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/webdata/
H A Dautofill_wallet_metadata_sync_bridge.cc36 using syncer::EntityChange;
37 using syncer::EntityChangeList;
38 using syncer::EntityData;
39 using syncer::MetadataChangeList;
344 std::unique_ptr<syncer::MetadataChangeList>
351 base::Optional<syncer::ModelError>
354 syncer::EntityChangeList entity_data) { in MergeSyncData()
363 base::Optional<syncer::ModelError>
366 syncer::EntityChangeList entity_data) { in ApplySyncChanges()
596 base::Optional<syncer::ModelError>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/sync/
H A Dprofile_sync_service_factory.cc79 syncer::SyncService* ProfileSyncServiceFactory::GetForBrowserState( in GetForBrowserState()
84 return static_cast<syncer::SyncService*>( in GetForBrowserState()
89 syncer::SyncService* ProfileSyncServiceFactory::GetForBrowserStateIfExists( in GetForBrowserStateIfExists()
94 return static_cast<syncer::SyncService*>( in GetForBrowserStateIfExists()
99 syncer::ProfileSyncService*
102 return static_cast<syncer::ProfileSyncService*>( in GetAsProfileSyncServiceForBrowserState()
107 syncer::ProfileSyncService*
110 return static_cast<syncer::ProfileSyncService*>( in GetAsProfileSyncServiceForBrowserStateIfExists()
160 syncer::ProfileSyncService::InitParams init_params; in BuildServiceInstanceFor()
163 init_params.start_behavior = syncer::ProfileSyncService::MANUAL_START; in BuildServiceInstanceFor()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/sync_sessions/
H A Dproxy_tabs_data_type_controller.h19 class ProxyTabsDataTypeController : public syncer::DataTypeController {
28 void BeforeLoadModels(syncer::ModelTypeConfigurer* configurer) override;
29 void LoadModels(const syncer::ConfigureContext& configure_context,
32 syncer::ModelTypeConfigurer* configurer) override;
34 void Stop(syncer::ShutdownReason shutdown_reason,
37 void ActivateDataType(syncer::ModelTypeConfigurer* configurer) override;
38 void DeactivateDataType(syncer::ModelTypeConfigurer* configurer) override;
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/logging/src/
H A Dclog.c52 stream->syncer = NULL; in CLOG_Open()
91 stream->syncer = CLOG_Sync_create( buffer->world_size, buffer->world_rank ); in CLOG_Local_init()
92 CLOG_Sync_init( stream->syncer ); in CLOG_Local_init()
108 CLOG_Sync_t *syncer; in CLOG_Local_finalize() local
111 syncer = stream->syncer; in CLOG_Local_finalize()
112 if ( syncer->world_rank == 0 ) { in CLOG_Local_finalize()
113 if ( syncer->is_ok_to_sync == CLOG_BOOL_TRUE ) { in CLOG_Local_finalize()
115 CLOG_Sync_print_type( syncer ) ); in CLOG_Local_finalize()
135 if ( stream->syncer->is_ok_to_sync == CLOG_BOOL_TRUE ) { in CLOG_Local_finalize()
136 local_timediff = CLOG_Sync_run( stream->syncer ); in CLOG_Local_finalize()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web_view/internal/sync/
H A Dweb_view_sync_client_unittest.mm85 syncer::TestModelTypeStoreService model_type_store_service_;
86 syncer::FakeDeviceInfoSyncService device_info_sync_service_;
93 syncer::TestSyncService sync_service;
94 syncer::DataTypeController::TypeVector data_type_controllers =
96 syncer::ModelTypeSet allowed_types = syncer::ModelTypeSet(
97 syncer::DEVICE_INFO, syncer::AUTOFILL, syncer::AUTOFILL_PROFILE,
98 syncer::AUTOFILL_WALLET_DATA, syncer::AUTOFILL_WALLET_METADATA,
99 syncer::PASSWORDS);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine_impl/
H A Dsync_scheduler_impl_unittest.cc55 namespace syncer { namespace
294 MockSyncer* syncer() { return syncer_; } in syncer() function in syncer::SyncSchedulerImplTest
512 Mock::VerifyAndClearExpectations(syncer()); in TEST_F()
601 Mock::VerifyAndClearExpectations(syncer()); in TEST_F()
702 Mock::VerifyAndClearExpectations(syncer()); in TEST_F()
713 Mock::VerifyAndClearExpectations(syncer()); in TEST_F()
747 Mock::VerifyAndClearExpectations(syncer()); in TEST_F()
780 Mock::VerifyAndClearExpectations(syncer()); in TEST_F()
801 Mock::VerifyAndClearExpectations(syncer()); in TEST_F()
817 EXPECT_CALL(*syncer(), PollSyncShare(_, _)) in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/test/integration/
H A Dconfiguration_refresher.h21 class ConfigurationRefresher : public syncer::SyncServiceObserver {
25 void Observe(syncer::SyncService* sync_service);
29 void OnSyncConfigurationCompleted(syncer::SyncService* sync_service) override;
30 void OnSyncShutdown(syncer::SyncService* sync_service) override;
32 ScopedObserver<syncer::SyncService, syncer::SyncServiceObserver>
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ukm/observers/
H A Dukm_consent_state_observer_unittest.cc20 class MockSyncService : public syncer::TestSyncService {
24 SetLastCycleSnapshot(syncer::SyncCycleSnapshot()); in MockSyncService()
34 ? syncer::ModelTypeSet(syncer::HISTORY_DELETE_DIRECTIVES) in SetStatus()
35 : syncer::ModelTypeSet()); in SetStatus()
39 SetLastCycleSnapshot(syncer::SyncCycleSnapshot( in SetStatus()
41 syncer::ModelNeutralState(), syncer::ProgressMarkerMap(), false, 0, 0, in SetStatus()
43 std::vector<int>(syncer::ModelType::NUM_ENTRIES, 0), in SetStatus()
44 std::vector<int>(syncer::ModelType::NUM_ENTRIES, 0), in SetStatus()
64 void AddObserver(syncer::SyncServiceObserver* observer) override { in AddObserver()
67 void RemoveObserver(syncer::SyncServiceObserver* observer) override { in RemoveObserver()
[all …]

1...<<11121314151617181920>>...94