Searched defs:syncer (Results 201 - 225 of 662) sorted by relevance

1234567891011>>

/external/chromium_org/sync/syncable/
H A Dsyncable_read_transaction.cc7 namespace syncer { namespace
22 } // namespace syncer
H A Dsyncable_read_transaction.h11 namespace syncer { namespace
24 friend class syncer::ReadTransaction;
31 } // namespace syncer
H A Dsyncable_write_transaction.h12 namespace syncer { namespace
66 } // namespace syncer
H A Dtransaction_observer.h12 namespace syncer { namespace
25 } // namespace syncer
/external/chromium_org/sync/test/engine/
H A Dinjectable_sync_context_proxy.h12 namespace syncer { namespace
20 class InjectableSyncContextProxy : public syncer::SyncContextProxy {
26 syncer::ModelType type,
29 const base::WeakPtr<syncer::ModelTypeSyncProxyImpl>& type_sync_proxy)
31 virtual void Disconnect(syncer::ModelType type) OVERRIDE;
48 } // namespace syncer
H A Dmock_model_type_sync_worker.h14 namespace syncer { namespace
86 } // namespace syncer
H A Dmock_nudge_handler.h13 namespace syncer { namespace
20 virtual void NudgeForInitialDownload(syncer::ModelType type) OVERRIDE;
21 virtual void NudgeForCommit(syncer::ModelType type) OVERRIDE;
22 virtual void NudgeForRefresh(syncer::ModelType type) OVERRIDE;
38 } // namespace syncer
H A Dmock_update_handler.h13 namespace syncer { namespace
46 } // namespace syncer
/external/chromium_org/sync/test/
H A Dfake_encryptor.cc9 namespace syncer { namespace
24 } // namespace syncer
H A Dmock_invalidation.h11 namespace syncer { namespace
46 } // namespace syncer
H A Dmock_invalidation_tracker.h13 namespace syncer { namespace
63 } // namespace syncer
H A Dtest_transaction_observer.h13 namespace syncer { namespace
31 // testing purposes, you may assume that this counts the number of syncer
42 } // namespace syncer
H A Dtrackable_mock_invalidation.h10 namespace syncer { namespace
52 } // namespace syncer
/external/chromium_org/sync/test/sessions/
H A Dmock_debug_info_getter.h14 namespace syncer { namespace
37 } // namespace syncer
/external/chromium_org/sync/util/
H A Dget_session_name_win.cc13 namespace syncer { namespace
29 } // namespace syncer
H A Dtest_unrecoverable_error_handler.cc9 namespace syncer { namespace
22 } // namespace syncer
H A Dtime.cc10 namespace syncer { namespace
24 } // namespace syncer
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsettings_sync_processor.h14 namespace syncer { namespace
16 } // namespace syncer
29 syncer::ModelType type,
30 syncer::SyncChangeProcessor* sync_processor);
37 syncer::SyncError SendChanges(const ValueStoreChangeList& changes);
43 syncer::ModelType type() { return type_; }
50 const syncer::ModelType type_;
53 syncer::SyncChangeProcessor* const sync_processor_;
H A Dsync_value_store_cache.h20 namespace syncer { namespace
39 syncer::SyncableService* GetSyncableService(syncer::ModelType type) const;
/external/chromium_org/chrome/browser/extensions/
H A Dapp_sync_bundle.h21 namespace syncer { namespace
38 void SetupSync(syncer::SyncChangeProcessor* sync_proccessor,
39 syncer::SyncErrorFactory* sync_error_factory,
40 const syncer::SyncDataList& initial_sync_data);
46 // Returns a syncer::SyncChange that will delete the given application.
47 syncer::SyncChange CreateSyncChangeToDelete(const Extension* extension) const;
51 const syncer::SyncChange& sync_change);
54 syncer::SyncChange CreateSyncChange(const syncer::SyncData& sync_data);
57 syncer
[all...]
H A Dextension_sync_bundle.h21 namespace syncer { namespace
38 void SetupSync(syncer::SyncChangeProcessor* sync_processor,
39 syncer::SyncErrorFactory* sync_error_factory,
40 const syncer::SyncDataList& initial_sync_data);
46 // Returns a syncer::SyncChange that will delete the given extension.
47 syncer::SyncChange CreateSyncChangeToDelete(const Extension* extension) const;
51 std::string extension_id, const syncer::SyncChange& sync_change);
54 syncer::SyncChange CreateSyncChange(const syncer::SyncData& sync_data);
57 syncer
[all...]
/external/chromium_org/chrome/browser/invalidation/
H A Dprofile_invalidation_provider_factory.h20 namespace syncer { namespace
/external/chromium_org/chrome/browser/prefs/
H A Dpref_service_syncable.h16 namespace syncer { namespace
78 // syncer::SyncableService directly.
79 syncer::SyncableService* GetSyncableService(const syncer::ModelType& type);
100 // sent to the syncer.
/external/chromium_org/chrome/browser/sync/glue/
H A Dextension_setting_data_type_controller.h16 namespace syncer { namespace
31 syncer::ModelType type,
36 virtual syncer::ModelType type() const OVERRIDE;
37 virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
49 syncer::ModelType type_;
H A Dinvalidation_helper.cc9 namespace syncer { namespace
35 } // namespace syncer

Completed in 180 milliseconds

1234567891011>>