Searched refs:syncer (Results 76 - 100 of 748) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/sync/
H A Dabstract_profile_sync_service_test.cc18 using syncer::ModelType;
19 using syncer::UserShare;
22 syncer::ImmutableChangeRecordList
24 int64 node_id, syncer::ChangeRecord::Action action) {
25 syncer::ChangeRecord record;
28 syncer::ChangeRecordList records(1, record);
29 return syncer::ImmutableChangeRecordList(&records);
33 syncer::ImmutableChangeRecordList
36 syncer::ChangeRecord record;
37 record.action = syncer
[all...]
H A Dbackend_unrecoverable_error_handler.h20 : public syncer::UnrecoverableErrorHandler {
23 const syncer::WeakHandle<ProfileSyncService>& service);
29 syncer::WeakHandle<ProfileSyncService> service_;
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.h48 class FaviconCache : public syncer::SyncableService,
55 virtual syncer::SyncMergeResult MergeDataAndStartSyncing(
56 syncer::ModelType type,
57 const syncer::SyncDataList& initial_sync_data,
58 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
59 scoped_ptr<syncer::SyncErrorFactory> error_handler) OVERRIDE;
60 virtual void StopSyncing(syncer::ModelType type) OVERRIDE;
61 virtual syncer::SyncDataList GetAllSyncData(syncer::ModelType type)
63 virtual syncer
[all...]
H A Dchange_processor.h14 namespace syncer { namespace
16 } // namespace syncer
36 void Start(Profile* profile, syncer::UserShare* share_handle);
42 const syncer::BaseTransaction* trans,
44 const syncer::ImmutableChangeRecordList& changes) = 0;
79 virtual syncer::UserShare* share_handle() const;
85 syncer::UserShare* share_handle_;
H A Ddata_type_controller.cc21 syncer::SyncError DataTypeController::CreateAndUploadError(
24 syncer::ModelType type) {
26 return syncer::SyncError(location,
27 syncer::SyncError::DATATYPE_ERROR,
41 syncer::MODEL_TYPE_COUNT);
45 if (type() != syncer::SEARCH_ENGINES)
H A Ddata_type_manager.cc14 syncer::ModelTypeSet
23 syncer::ModelTypeSet requested_types,
24 std::map<syncer::ModelType, syncer::SyncError> failed_data_types,
25 syncer::ModelTypeSet waiting_to_start,
26 syncer::ModelTypeSet needs_crypto)
H A Dextension_setting_data_type_controller.cc22 syncer::ModelType type,
33 DCHECK(type == syncer::EXTENSION_SETTINGS || type == syncer::APP_SETTINGS);
36 syncer::ModelType ExtensionSettingDataTypeController::type() const {
40 syncer::ModelSafeGroup
42 return syncer::GROUP_FILE;
H A Dmodel_associator.h13 namespace syncer { namespace
32 virtual syncer::SyncError AssociateModels(
33 syncer::SyncMergeResult* local_merge_result,
34 syncer::SyncMergeResult* syncer_merge_result) = 0;
37 virtual syncer::SyncError DisassociateModels() = 0;
71 // Returns syncer::kInvalidId if the sync node is not found for the given
84 syncer::BaseNode* sync_node) = 0;
H A Dextension_data_type_controller.cc15 syncer::ModelType type,
23 DCHECK(type == syncer::EXTENSIONS || type == syncer::APPS);
H A Dextensions_activity_monitor.h13 namespace syncer { namespace
30 const scoped_refptr<syncer::ExtensionsActivity>& GetExtensionsActivity();
33 scoped_refptr<syncer::ExtensionsActivity> extensions_activity_;
H A Dshared_change_processor_ref.cc17 syncer::SyncError SharedChangeProcessorRef::ProcessSyncChanges(
19 const syncer::SyncChangeList& change_list) {
23 syncer::SyncError SharedChangeProcessorRef::CreateAndUploadError(
H A Dbackend_data_type_configurer.cc11 syncer::ModelTypeSet
14 syncer::ModelTypeSet types;
25 DataTypeConfigState state, syncer::ModelTypeSet types,
27 for (syncer::ModelTypeSet::Iterator it = types.First(); it.Good(); it.Inc()) {
H A Dchange_processor_mock.h21 void(const syncer::BaseTransaction*, int64,
22 const syncer::ImmutableChangeRecordList&));
32 syncer::SyncError(const tracked_objects::Location&,
34 syncer::ModelType));
H A Dfailed_data_types_handler.cc14 syncer::ModelTypeSet GetTypesFromErrorMap(
16 syncer::ModelTypeSet result;
39 syncer::SyncError::ErrorType failure_type = iter->second.error_type();
41 case syncer::SyncError::UNRECOVERABLE_ERROR:
42 case syncer::SyncError::DATATYPE_ERROR:
45 case syncer::SyncError::CRYPTO_ERROR:
48 case syncer::SyncError::PERSISTENCE_ERROR:
69 syncer::ModelTypeSet purged_types) {
70 for (syncer::ModelTypeSet::Iterator iter = purged_types.First(); iter.Good();
88 syncer
[all...]
H A Dhistory_model_worker.cc20 const syncer::WorkCallback& work,
22 syncer::SyncerError* error)
39 syncer::WorkCallback work_;
41 syncer::SyncerError* error_;
68 const syncer::WorkCallback& work,
71 syncer::SyncerError* error) {
77 *error = syncer::CANNOT_DO_WORK;
86 syncer::WorkerLoopDestructionObserver* observer)
87 : syncer::ModelSafeWorker(observer),
105 syncer
[all...]
/external/chromium_org/chrome/browser/invalidation/
H A Dinvalidation_service_test_template.h119 syncer::FakeInvalidationHandler handler;
123 syncer::ObjectIdInvalidationMap states;
132 syncer::ObjectIdSet ids;
138 syncer::INVALIDATIONS_ENABLED);
139 EXPECT_EQ(syncer::INVALIDATIONS_ENABLED, handler.GetInvalidatorState());
141 syncer::ObjectIdInvalidationMap expected_states;
162 syncer::TRANSIENT_INVALIDATION_ERROR);
163 EXPECT_EQ(syncer::TRANSIENT_INVALIDATION_ERROR,
167 syncer::INVALIDATIONS_ENABLED);
168 EXPECT_EQ(syncer
[all...]
H A Dinvalidation_service_android.cc13 : invalidator_state_(syncer::INVALIDATIONS_ENABLED) {
22 syncer::InvalidationHandler* handler) {
28 syncer::InvalidationHandler* handler,
29 const syncer::ObjectIdSet& ids) {
35 syncer::InvalidationHandler* handler) {
42 const syncer::AckHandle& ack_handle) {
47 syncer::InvalidatorState
66 content::Details<const syncer::ObjectIdInvalidationMap>
68 const syncer::ObjectIdInvalidationMap object_invalidation_map =
72 const syncer
[all...]
H A Dinvalidation_service_android.h39 syncer::InvalidationHandler* handler) OVERRIDE;
41 syncer::InvalidationHandler* handler,
42 const syncer::ObjectIdSet& ids) OVERRIDE;
44 syncer::InvalidationHandler* handler) OVERRIDE;
47 const syncer::AckHandle& ack_handle) OVERRIDE;
48 virtual syncer::InvalidatorState GetInvalidatorState() const OVERRIDE;
58 void TriggerStateChangeForTest(syncer::InvalidatorState state);
61 syncer::InvalidatorRegistrar invalidator_registrar_;
63 syncer::InvalidatorState invalidator_state_;
H A Dp2p_invalidation_service.cc26 invalidator_.reset(new syncer::P2PInvalidator(
29 syncer::NOTIFY_ALL));
45 syncer::InvalidationHandler* handler) {
50 syncer::InvalidationHandler* handler,
51 const syncer::ObjectIdSet& ids) {
56 syncer::InvalidationHandler* handler) {
62 const syncer::AckHandle& ack_handle) {
67 const syncer::ObjectIdInvalidationMap& invalidation_map) {
71 syncer::InvalidatorState P2PInvalidationService::GetInvalidatorState() const {
H A Dp2p_invalidation_service.h13 namespace syncer { namespace
37 syncer::InvalidationHandler* handler) OVERRIDE;
39 syncer::InvalidationHandler* handler,
40 const syncer::ObjectIdSet& ids) OVERRIDE;
42 syncer::InvalidationHandler* handler) OVERRIDE;
45 const syncer::AckHandle& ack_handle) OVERRIDE;
46 virtual syncer::InvalidatorState GetInvalidatorState() const OVERRIDE;
53 const syncer::ObjectIdInvalidationMap& invalidation_map);
56 scoped_ptr<syncer::P2PInvalidator> invalidator_;
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_internals_ui.h17 namespace syncer { namespace
19 } // namespace syncer
23 public syncer::JsEventHandler,
24 public syncer::JsReplyHandler {
46 // syncer::JsEventHandler implementation.
49 const syncer::JsEventDetails& details) OVERRIDE;
51 // syncer::JsReplyHandler implementation.
54 const syncer::JsArgList& args) OVERRIDE;
58 base::WeakPtr<syncer::JsController> js_controller_;
/external/chromium_org/chrome/browser/extensions/
H A Dapp_sync_bundle.h21 namespace syncer { namespace
37 void SetupSync(syncer::SyncChangeProcessor* sync_proccessor,
38 syncer::SyncErrorFactory* sync_error_factory,
39 const syncer::SyncDataList& initial_sync_data);
45 // Returns a syncer::SyncChange that will delete the given application.
46 syncer::SyncChange CreateSyncChangeToDelete(const Extension* extension) const;
50 std::string extension_id, const syncer::SyncChange& sync_change);
53 syncer::SyncChange CreateSyncChange(const syncer::SyncData& sync_data);
56 syncer
[all...]
H A Dextension_sync_bundle.h21 namespace syncer { namespace
37 void SetupSync(syncer::SyncChangeProcessor* sync_processor,
38 syncer::SyncErrorFactory* sync_error_factory,
39 const syncer::SyncDataList& initial_sync_data);
45 // Returns a syncer::SyncChange that will delete the given extension.
46 syncer::SyncChange CreateSyncChangeToDelete(const Extension* extension) const;
50 std::string extension_id, const syncer::SyncChange& sync_change);
53 syncer::SyncChange CreateSyncChange(const syncer::SyncData& sync_data);
56 syncer
[all...]
/external/chromium_org/sync/engine/
H A Dnudge_source.h8 namespace syncer { namespace
22 } // namespace syncer
/external/chromium_org/sync/internal_api/public/
H A Dconfigure_reason.h8 namespace syncer { namespace
37 } // namespace syncer

Completed in 305 milliseconds

1234567891011>>