Searched refs:syncer (Results 226 - 250 of 1069) sorted by relevance

1234567891011>>

/external/chromium_org/sync/sessions/
H A Dmodel_type_registry_unittest.cc18 namespace syncer { namespace
147 ModelTypeSyncProxyImpl themes_sync_proxy(syncer::THEMES);
148 ModelTypeSyncProxyImpl sessions_sync_proxy(syncer::SESSIONS);
155 registry()->ConnectSyncTypeToWorker(syncer::THEMES,
161 ModelTypeSet(syncer::THEMES)));
163 registry()->ConnectSyncTypeToWorker(syncer::SESSIONS,
169 ModelTypeSet(syncer::THEMES, syncer::SESSIONS)));
171 registry()->DisconnectSyncWorker(syncer::THEMES);
173 ModelTypeSet(syncer
[all...]
H A Ddebug_info_getter.h11 namespace syncer { namespace
15 // to communicate the debug info data to the syncer.
29 } // namespace syncer
/external/chromium_org/chrome/browser/webdata/
H A Dautocomplete_syncable_service.cc107 const syncer::SyncableService::StartSyncFlare& flare) {
111 syncer::SyncMergeResult AutocompleteSyncableService::MergeDataAndStartSyncing(
112 syncer::ModelType type,
113 const syncer::SyncDataList& initial_sync_data,
114 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
115 scoped_ptr<syncer::SyncErrorFactory> error_handler) {
121 syncer::SyncMergeResult merge_result(type);
135 std::make_pair(syncer::SyncChange::ACTION_ADD, it);
144 for (syncer::SyncDataList::const_iterator it = initial_sync_data.begin();
156 syncer
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.h24 namespace syncer { namespace
27 } // namespace syncer
76 const syncer::BaseTransaction* trans,
78 const syncer::ImmutableChangeRecordList& changes) OVERRIDE;
86 const syncer::BaseNode& sync_node,
95 syncer::BaseNode* sync_node,
105 static bool SetBookmarkFavicon(const syncer::BaseNode* sync_node,
122 syncer::WriteNode* sync_node);
132 syncer::WriteTransaction* trans,
139 syncer
[all...]
H A Dpassword_data_type_controller.cc30 syncer::ModelType PasswordDataTypeController::type() const {
31 return syncer::PASSWORDS;
34 syncer::ModelSafeGroup PasswordDataTypeController::model_safe_group()
36 return syncer::GROUP_PASSWORD;
H A Dsync_start_util.h28 syncer::SyncableService::StartSyncFlare GetFlareForSyncableService(
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_app_helper.h31 syncer::StringOrdinal GetPageOrdinalForApp(Profile* profile,
38 const syncer::StringOrdinal& page_ordinal);
42 syncer::StringOrdinal GetAppLaunchOrdinalForApp(Profile* profile,
50 const syncer::StringOrdinal& app_launch_ordinal);
/external/chromium_org/chrome/browser/sync/test/
H A Dtest_http_bridge_factory.h14 class TestHttpBridge : public syncer::HttpPostProviderInterface {
16 // Begin syncer::HttpPostProviderInterface implementation:
36 // End syncer::HttpPostProviderInterface implementation.
39 class TestHttpBridgeFactory : public syncer::HttpPostProviderFactory {
44 // syncer::HttpPostProviderFactory:
46 virtual syncer::HttpPostProviderInterface* Create() OVERRIDE;
47 virtual void Destroy(syncer::HttpPostProviderInterface* http) OVERRIDE;
/external/chromium_org/components/invalidation/
H A Dinvalidation_logger_observer.h17 namespace syncer { namespace
20 } // namespace syncer
31 virtual void OnStateChange(const syncer::InvalidatorState& new_state,
34 const syncer::ObjectIdCountMap& details) = 0;
37 const syncer::ObjectIdInvalidationMap& details) = 0;
H A Dstate_writer.h14 namespace syncer { namespace
23 } // namespace syncer
/external/chromium_org/components/sync_driver/
H A Ddata_type_encryption_handler.h24 virtual syncer::ModelTypeSet GetEncryptedDataTypes() const = 0;
/external/chromium_org/sync/engine/
H A Dmodel_type_sync_worker.h10 namespace syncer { namespace
22 } // namespace syncer
H A Dnudge_source.cc9 namespace syncer { namespace
26 } // namespace syncer
H A Dsyncer_types.h8 // The intent of this is to keep all shared data types and enums for the syncer
10 namespace syncer { namespace
33 // until later we don't want to get the syncer stuck. See UpdateApplicator
64 } // namespace syncer
H A Dtraffic_logger.h17 namespace syncer { namespace
23 } // namespace syncer
/external/chromium_org/sync/internal_api/public/base/
H A Dattachment_id_proto.h11 namespace syncer { namespace
26 } // namespace syncer
H A Dmodel_type_test_util.h13 namespace syncer { namespace
23 } // namespace syncer
/external/chromium_org/sync/internal_api/public/
H A Ddata_type_association_stats.cc7 namespace syncer { namespace
28 } // namespace syncer
H A Dsync_encryption_handler.cc7 namespace syncer { namespace
23 } // namespace syncer
H A Duser_share.h14 namespace syncer { namespace
37 } // namespace syncer
/external/chromium_org/sync/internal_api/public/sessions/
H A Dcommit_counters.h12 namespace syncer { namespace
28 } // namespace syncer
H A Dstatus_counters.h12 namespace syncer { namespace
26 } // namespace syncer
/external/chromium_org/sync/internal_api/public/util/
H A Dsync_string_conversions.h12 namespace syncer { namespace
H A Dunrecoverable_error_handler.h12 namespace syncer { namespace
17 // syncer model are inconsistent, or similar. The ProfileSyncService will
25 } // namespace syncer
/external/chromium_org/sync/internal_api/
H A Dsync_backup_manager.h13 namespace syncer { namespace
35 syncer::TypeDebugInfoObserver* observer) OVERRIDE;
37 syncer::TypeDebugInfoObserver* observer) OVERRIDE;
39 syncer::TypeDebugInfoObserver* observer) OVERRIDE;
64 } // namespace syncer

Completed in 2092 milliseconds

1234567891011>>