Home
last modified time | relevance | path

Searched refs:syncer (Results 101 – 125 of 2347) sorted by relevance

12345678910>>...94

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/sync_sessions/
H A Dsession_store.h38 const base::Optional<syncer::ModelError>& error,
40 std::unique_ptr<syncer::MetadataBatch> metadata_batch)>;
82 syncer::ModelTypeStore::CallbackWithResult)>;
87 syncer::OnceModelErrorHandler error_handler,
104 syncer::MetadataChangeList* GetMetadataChangeList();
111 syncer::OnceModelErrorHandler error_handler_;
123 std::unique_ptr<syncer::DataBatch> GetSessionDataForKeys(
134 syncer::OnceModelErrorHandler error_handler);
148 const base::Optional<syncer::ModelError>& error,
152 const base::Optional<syncer::ModelError>& error,
[all …]
H A Dproxy_tabs_data_type_controller.cc19 : DataTypeController(syncer::PROXY_TABS), in ProxyTabsDataTypeController()
30 syncer::ModelTypeConfigurer* configurer) { in BeforeLoadModels()
40 const syncer::ConfigureContext& configure_context, in LoadModels()
46 model_load_callback.Run(type(), syncer::SyncError()); in LoadModels()
49 syncer::DataTypeController::RegisterWithBackendResult
51 syncer::ModelTypeConfigurer* configurer) { in RegisterWithBackend()
58 syncer::SyncMergeResult local_merge_result(type()); in StartAssociating()
59 syncer::SyncMergeResult syncer_merge_result(type()); in StartAssociating()
78 syncer::ModelTypeConfigurer* configurer) {} in ActivateDataType()
81 syncer::ModelTypeConfigurer* configurer) { in DeactivateDataType()
[all …]
H A Dsession_sync_bridge.h38 class SessionSyncBridge : public syncer::ModelTypeSyncBridge,
54 const syncer::DataTypeActivationRequest& request) override;
57 base::Optional<syncer::ModelError> MergeSyncData(
58 std::unique_ptr<syncer::MetadataChangeList> metadata_change_list,
59 syncer::EntityChangeList entity_data) override;
60 base::Optional<syncer::ModelError> ApplySyncChanges(
61 std::unique_ptr<syncer::MetadataChangeList> metadata_change_list,
62 syncer::EntityChangeList entity_changes) override;
80 const base::Optional<syncer::ModelError>& error,
82 std::unique_ptr<syncer::MetadataBatch> metadata_batch);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/webdata/
H A Dautofill_profile_sync_bridge.h21 namespace syncer {
47 public syncer::ModelTypeSyncBridge {
63 static syncer::ModelTypeSyncBridge* FromWebDataService(
67 std::unique_ptr<syncer::MetadataChangeList> CreateMetadataChangeList()
69 base::Optional<syncer::ModelError> MergeSyncData(
70 std::unique_ptr<syncer::MetadataChangeList> metadata_change_list,
71 syncer::EntityChangeList entity_data) override;
72 base::Optional<syncer::ModelError> ApplySyncChanges(
73 std::unique_ptr<syncer::MetadataChangeList> metadata_change_list,
74 syncer::EntityChangeList entity_changes) override;
[all …]
H A Dautofill_wallet_offer_sync_bridge.h26 public syncer::ModelTypeSyncBridge {
35 static syncer::ModelTypeSyncBridge* FromWebDataService(
48 std::unique_ptr<syncer::MetadataChangeList> CreateMetadataChangeList()
50 base::Optional<syncer::ModelError> MergeSyncData(
51 std::unique_ptr<syncer::MetadataChangeList> metadata_change_list,
52 syncer::EntityChangeList entity_data) override;
53 base::Optional<syncer::ModelError> ApplySyncChanges(
54 std::unique_ptr<syncer::MetadataChangeList> metadata_change_list,
55 syncer::EntityChangeList entity_changes) override;
61 void ApplyStopSyncChanges(std::unique_ptr<syncer::MetadataChangeList>
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/webdata/
H A Dautofill_profile_sync_bridge.h21 namespace syncer {
47 public syncer::ModelTypeSyncBridge {
63 static syncer::ModelTypeSyncBridge* FromWebDataService(
67 std::unique_ptr<syncer::MetadataChangeList> CreateMetadataChangeList()
69 base::Optional<syncer::ModelError> MergeSyncData(
70 std::unique_ptr<syncer::MetadataChangeList> metadata_change_list,
71 syncer::EntityChangeList entity_data) override;
72 base::Optional<syncer::ModelError> ApplySyncChanges(
73 std::unique_ptr<syncer::MetadataChangeList> metadata_change_list,
74 syncer::EntityChangeList entity_changes) override;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync_preferences/
H A Dpref_model_associator.h41 class PrefModelAssociator : public syncer::SyncableService {
47 syncer::ModelType type,
57 syncer::ModelType type,
62 base::Optional<syncer::ModelError> MergeDataAndStartSyncing(
63 syncer::ModelType type,
64 const syncer::SyncDataList& initial_sync_data,
67 void StopSyncing(syncer::ModelType type) override;
68 base::Optional<syncer::ModelError> ProcessSyncChanges(
70 const syncer::SyncChangeList& change_list) override;
75 syncer::SyncDataList GetAllSyncDataForTesting(syncer::ModelType type) const;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/sync_preferences/
H A Dpref_model_associator.h41 class PrefModelAssociator : public syncer::SyncableService {
47 syncer::ModelType type,
57 syncer::ModelType type,
62 syncer::SyncMergeResult MergeDataAndStartSyncing(
63 syncer::ModelType type,
64 const syncer::SyncDataList& initial_sync_data,
67 void StopSyncing(syncer::ModelType type) override;
68 syncer::SyncError ProcessSyncChanges(
70 const syncer::SyncChangeList& change_list) override;
75 syncer::SyncDataList GetAllSyncDataForTesting(syncer::ModelType type) const;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync_sessions/
H A Dsession_sync_bridge.h37 class SessionSyncBridge : public syncer::ModelTypeSyncBridge,
52 const syncer::DataTypeActivationRequest& request) override;
55 base::Optional<syncer::ModelError> MergeSyncData(
56 std::unique_ptr<syncer::MetadataChangeList> metadata_change_list,
57 syncer::EntityChangeList entity_data) override;
58 base::Optional<syncer::ModelError> ApplySyncChanges(
59 std::unique_ptr<syncer::MetadataChangeList> metadata_change_list,
60 syncer::EntityChangeList entity_changes) override;
76 const base::Optional<syncer::ModelError>& error,
78 std::unique_ptr<syncer::MetadataBatch> metadata_batch);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/storage/
H A Dsync_storage_backend.cc24 syncer::ModelType type, in AddAllSyncData()
38 case syncer::APP_SETTINGS: in ToFactoryModelType()
40 case syncer::EXTENSION_SETTINGS: in ToFactoryModelType()
54 syncer::ModelType sync_type, in SyncStorageBackend()
150 syncer::ModelType type) const { in GetAllSyncDataForTesting()
154 syncer::SyncDataList all_sync_data; in GetAllSyncDataForTesting()
174 syncer::ModelType type, in MergeDataAndStartSyncing()
211 syncer::SyncError error; in MergeDataAndStartSyncing()
258 syncer::SyncError error = in ProcessSyncChanges()
264 return syncer::SyncError(); in ProcessSyncChanges()
[all …]
H A Dsyncable_settings_storage.cc23 syncer::ModelType sync_type, in SyncableSettingsStorage()
164 return syncer::SyncError( in StartSyncing()
258 return syncer::SyncError( in ProcessSyncChanges()
262 syncer::UNSPECIFIED); in ProcessSyncChanges()
288 syncer::SyncError error; in ProcessSyncChanges()
353 return syncer::SyncError( in OnSyncAdd()
361 return syncer::SyncError(); in OnSyncAdd()
374 return syncer::SyncError( in OnSyncUpdate()
382 return syncer::SyncError(); in OnSyncUpdate()
392 return syncer::SyncError( in OnSyncDelete()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/invalidation/impl/
H A Dfake_invalidation_service.cc17 syncer::InvalidatorRegistrarWithMemory::RegisterProfilePrefs( in FakeInvalidationService()
20 std::make_unique<syncer::InvalidatorRegistrarWithMemory>( in FakeInvalidationService()
29 syncer::InvalidationHandler* handler) { in RegisterInvalidationHandler()
34 syncer::InvalidationHandler* handler, in UpdateInterestedTopics()
35 const syncer::TopicSet& legacy_topic_set) { in UpdateInterestedTopics()
44 syncer::InvalidationHandler* handler) { in UnregisterInvalidationHandler()
67 syncer::InvalidatorState state) { in SetInvalidatorState()
72 const syncer::Invalidation& invalidation) { in EmitInvalidationForTest()
75 syncer::Invalidation invalidation_copy(invalidation); in EmitInvalidationForTest()
78 syncer::Topics subscribed_topics = in EmitInvalidationForTest()
[all …]
H A Dfake_invalidation_service.h19 namespace syncer {
35 syncer::InvalidationHandler* handler) override;
36 bool UpdateInterestedTopics(syncer::InvalidationHandler* handler,
37 const syncer::TopicSet& topics) override;
39 syncer::InvalidationHandler* handler) override;
41 syncer::InvalidatorState GetInvalidatorState() const override;
48 void SetInvalidatorState(syncer::InvalidatorState state);
54 void EmitInvalidationForTest(const syncer::Invalidation& invalidation);
58 syncer::MockAckHandler* GetMockAckHandler();
64 std::unique_ptr<syncer::InvalidatorRegistrarWithMemory>
[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_unittest.cc147 syncer::EntityData entity_data; in MakeEntityData()
157 syncer::EntityChangeList EntityAddList( in EntityAddList()
159 syncer::EntityChangeList changes; in EntityAddList()
161 syncer::EntityData entity_data; in EntityAddList()
239 syncer::EntityChangeList remote_input; in TEST_F()
280 syncer::EntityChangeList add_changes; in TEST_F()
301 syncer::EntityChangeList add_changes; in TEST_F()
334 syncer::EntityChangeList add_changes; in TEST_F()
591 syncer::EntityChangeList remote_input; in TEST_F()
623 syncer::EntityChangeList remote_input; in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dpassword_manager_features_util.h11 namespace syncer {
28 const syncer::SyncService* sync_service);
39 const syncer::SyncService* sync_service);
50 const syncer::SyncService* sync_service,
58 const syncer::SyncService* sync_service);
67 const syncer::SyncService* sync_service);
83 const syncer::SyncService* sync_service);
90 const syncer::SyncService* sync_service,
102 const syncer::SyncService* sync_service);
129 const syncer::SyncService* sync_service);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/send_tab_to_self/
H A Dsend_tab_to_self_model_type_controller.cc18 syncer::SyncService* sync_service, in SendTabToSelfModelTypeController()
19 std::unique_ptr<syncer::ModelTypeControllerDelegate> in SendTabToSelfModelTypeController()
21 std::unique_ptr<syncer::ModelTypeControllerDelegate> in SendTabToSelfModelTypeController()
23 : ModelTypeController(syncer::SEND_TAB_TO_SELF, in SendTabToSelfModelTypeController()
40 syncer::ShutdownReason shutdown_reason, in Stop()
44 case syncer::STOP_SYNC: in Stop()
49 shutdown_reason = syncer::DISABLE_SYNC; in Stop()
51 case syncer::DISABLE_SYNC: in Stop()
52 case syncer::BROWSER_SHUTDOWN: in Stop()
58 syncer::DataTypeController::PreconditionState
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/history/core/browser/sync/
H A Ddelete_directive_handler.cc172 syncer::SyncDataList delete_directives_;
181 syncer::SyncDataList url_directives; in RunOnDBThread()
400 base::Optional<syncer::ModelError>
405 return syncer::ModelError(FROM_HERE, in ProcessLocalDeleteDirective()
418 syncer::SyncData sync_data = in ProcessLocalDeleteDirective()
420 syncer::SyncChange change(FROM_HERE, syncer::SyncChange::ACTION_ADD, in ProcessLocalDeleteDirective()
436 base::Optional<syncer::ModelError>
438 syncer::ModelType type, in MergeDataAndStartSyncing()
473 syncer::SyncDataList delete_directives; in ProcessSyncChanges()
476 case syncer::SyncChange::ACTION_ADD: in ProcessSyncChanges()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/test/integration/
H A Dfake_server_sync_invalidation_sender.cc22 const std::vector<syncer::FCMHandler*>& fcm_handlers) in FakeServerSyncInvalidationSender()
34 syncer::ModelTypeSet committed_model_types) { in OnCommit()
35 const std::map<std::string, syncer::ModelTypeSet> in OnCommit()
40 for (syncer::FCMHandler* fcm_handler : fcm_handlers_) { in OnCommit()
47 const syncer::ModelTypeSet invalidated_data_types = Intersection( in OnCommit()
55 syncer::GetSpecificsFieldNumberFromModelType(data_type)); in OnCommit()
64 std::map<std::string, syncer::ModelTypeSet>
66 std::map<std::string, syncer::ModelTypeSet> result; in GetTokenToInterestedDataTypesMap()
77 result[token] = syncer::ModelTypeSet(); in GetTokenToInterestedDataTypesMap()
80 syncer::ModelType data_type = in GetTokenToInterestedDataTypesMap()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/themes/
H A Dtheme_syncable_service.cc69 base::Optional<syncer::ModelError>
71 syncer::ModelType type, in MergeDataAndStartSyncing()
117 DCHECK_EQ(type, syncer::THEMES); in StopSyncing()
124 syncer::ModelType type) const { in GetAllSyncDataForTesting()
126 DCHECK_EQ(type, syncer::THEMES); in GetAllSyncDataForTesting()
128 syncer::SyncDataList list; in GetAllSyncDataForTesting()
144 return syncer::ModelError(FROM_HERE, in ProcessSyncChanges()
161 syncer::SyncChange::ACTION_ADD in ProcessSyncChanges()
163 syncer::SyncChange::ACTION_UPDATE) { in ProcessSyncChanges()
192 const syncer::SyncData& sync_data) { in MaybeSetTheme()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dextension_sync_service.h38 class ExtensionSyncService : public syncer::SyncableService,
57 syncer::ModelType type,
58 const syncer::SyncDataList& initial_sync_data,
61 void StopSyncing(syncer::ModelType type) override;
62 syncer::SyncDataList GetAllSyncDataForTesting(syncer::ModelType type) const;
63 base::Optional<syncer::ModelError> ProcessSyncChanges(
65 const syncer::SyncChangeList& change_list) override;
68 const syncer::SyncableService::StartSyncFlare& flare);
115 syncer::ModelType type) const;
120 syncer::ModelType type,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/sync/
H A Dpassword_model_type_controller.h19 namespace syncer {
27 class PasswordModelTypeController : public syncer::ModelTypeController,
28 public syncer::SyncServiceObserver,
32 std::unique_ptr<syncer::ModelTypeControllerDelegate>
34 std::unique_ptr<syncer::ModelTypeControllerDelegate>
38 syncer::SyncService* sync_service,
43 void LoadModels(const syncer::ConfigureContext& configure_context,
45 void Stop(syncer::ShutdownReason shutdown_reason,
50 void OnStateChanged(syncer::SyncService* sync) override;
60 syncer::SyncService* const sync_service_;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/printing/
H A Dprinters_sync_bridge.h29 class PrintersSyncBridge : public syncer::ModelTypeSyncBridge {
31 PrintersSyncBridge(syncer::OnceModelTypeStoreFactory callback,
38 base::Optional<syncer::ModelError> MergeSyncData(
39 std::unique_ptr<syncer::MetadataChangeList> metadata_change_list,
40 syncer::EntityChangeList entity_data) override;
41 base::Optional<syncer::ModelError> ApplySyncChanges(
43 syncer::EntityChangeList entity_changes) override;
48 syncer::ConflictResolution ResolveConflict(
50 const syncer::EntityData& remote_data) const override;
85 syncer::ModelTypeStore::WriteBatch* batch);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/browsing_data/counters/
H A Dsync_aware_counter_browsertest.cc132 syncer::UserSelectableType::kAutofill)); in IN_PROC_BROWSER_TEST_F()
186 syncer::UserSelectableType::kPasswords)); in IN_PROC_BROWSER_TEST_F()
198 syncer::UserSelectableType::kPasswords)); in IN_PROC_BROWSER_TEST_F()
202 syncer::UserSelectableType::kPasswords)); in IN_PROC_BROWSER_TEST_F()
206 syncer::UserSelectableTypeSet only_history( in IN_PROC_BROWSER_TEST_F()
207 syncer::UserSelectableType::kHistory); in IN_PROC_BROWSER_TEST_F()
258 syncer::UserSelectableType::kHistory)); in IN_PROC_BROWSER_TEST_F()
260 syncer::HISTORY_DELETE_DIRECTIVES)); in IN_PROC_BROWSER_TEST_F()
278 syncer::UserSelectableType::kPasswords); in IN_PROC_BROWSER_TEST_F()
290 syncer::UserSelectableType::kAutofill, in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/storage/
H A Dsync_storage_backend.cc24 syncer::ModelType type, in AddAllSyncData()
25 syncer::SyncDataList* dst) { in AddAllSyncData()
38 case syncer::APP_SETTINGS: in ToFactoryModelType()
40 case syncer::EXTENSION_SETTINGS: in ToFactoryModelType()
54 syncer::ModelType sync_type, in SyncStorageBackend()
63 sync_type_ == syncer::APP_SETTINGS); in SyncStorageBackend()
99 base::Optional<syncer::ModelError> error = in GetOrCreateStorageWithSyncData()
145 syncer::ModelType type) const { in GetAllSyncDataForTesting()
149 syncer::SyncDataList all_sync_data; in GetAllSyncDataForTesting()
169 syncer::ModelType type, in MergeDataAndStartSyncing()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/
H A Dsync_internals_ui.cc34 {syncer::sync_ui_util::kSyncIndexJS, in CreateSyncInternalsHTMLSource()
36 {syncer::sync_ui_util::kChromeSyncJS, in CreateSyncInternalsHTMLSource()
38 {syncer::sync_ui_util::kSyncLogJS, in CreateSyncInternalsHTMLSource()
40 {syncer::sync_ui_util::kSyncNodeBrowserJS, in CreateSyncInternalsHTMLSource()
42 {syncer::sync_ui_util::kSyncSearchJS, in CreateSyncInternalsHTMLSource()
45 {syncer::sync_ui_util::kDataJS, IDR_SYNC_DRIVER_SYNC_INTERNALS_DATA_JS}, in CreateSyncInternalsHTMLSource()
46 {syncer::sync_ui_util::kEventsJS, in CreateSyncInternalsHTMLSource()
48 {syncer::sync_ui_util::kSearchJS, in CreateSyncInternalsHTMLSource()
50 {syncer::sync_ui_util::kUserEventsJS, in CreateSyncInternalsHTMLSource()
52 {syncer::sync_ui_util::kTrafficLogJS, in CreateSyncInternalsHTMLSource()
[all …]

12345678910>>...94