HomeSort by relevance Sort by last modified time
    Searched refs:syncer (Results 1 - 25 of 748) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/sync/api/
syncable_service.cc 7 namespace syncer { namespace
11 } // namespace syncer
sync_change_processor.cc 7 namespace syncer { namespace
13 } // namespace syncer
sync_error_factory.cc 7 namespace syncer { namespace
15 } // namespace syncer
sync_error_factory_mock.cc 7 namespace syncer { namespace
15 } // namespace syncer
  /external/chromium_org/sync/util/
data_type_histogram.h 23 // std::vector<syncer::ModelType> types = GetEntryTypes();
39 case ::syncer::BOOKMARKS: \
42 case ::syncer::PREFERENCES: \
45 case ::syncer::PASSWORDS: \
48 case ::syncer::AUTOFILL: \
51 case ::syncer::AUTOFILL_PROFILE: \
54 case ::syncer::THEMES: \
57 case ::syncer::TYPED_URLS: \
60 case ::syncer::EXTENSIONS: \
63 case ::syncer::NIGORI:
    [all...]
  /external/chromium_org/sync/engine/
sync_scheduler.cc 7 namespace syncer { namespace
12 } // namespace syncer
  /external/chromium_org/sync/internal_api/public/util/
report_unrecoverable_error_function.h 8 namespace syncer { namespace
16 } // namespace syncer
  /external/chromium_org/sync/internal_api/
user_share.cc 9 namespace syncer { namespace
15 } // namespace syncer
  /external/chromium_org/chrome/browser/invalidation/
invalidation_service.h 12 namespace syncer { namespace
15 } // namespace syncer
75 syncer::InvalidationHandler* handler) = 0;
83 syncer::InvalidationHandler* handler,
84 const syncer::ObjectIdSet& ids) = 0;
92 syncer::InvalidationHandler* handler) = 0;
97 const syncer::AckHandle& ack_handle) = 0;
102 virtual syncer::InvalidatorState GetInvalidatorState() const = 0;
  /external/chromium_org/chrome/browser/sync/glue/
generic_change_processor.h 19 namespace syncer { namespace
23 typedef std::vector<syncer::SyncData> SyncDataList;
24 } // namespace syncer
39 public syncer::SyncChangeProcessor,
42 // Create a change processor and connect it to the syncer.
45 const base::WeakPtr<syncer::SyncableService>& local_service,
46 const base::WeakPtr<syncer::SyncMergeResult>& merge_result,
47 syncer::UserShare* user_share);
53 const syncer::BaseTransaction* trans,
55 const syncer::ImmutableChangeRecordList& changes) OVERRIDE
    [all...]
fake_generic_change_processor.h 21 void set_process_sync_changes_error(const syncer::SyncError& error);
22 void set_get_sync_data_for_type_error(const syncer::SyncError& error);
28 virtual syncer::SyncError ProcessSyncChanges(
30 const syncer::SyncChangeList& change_list) OVERRIDE;
31 virtual syncer::SyncError GetSyncDataForType(
32 syncer::ModelType type,
33 syncer::SyncDataList* current_sync_data) OVERRIDE;
34 virtual int GetSyncCountForType(syncer::ModelType type) OVERRIDE;
35 virtual bool SyncModelHasUserCreatedNodes(syncer::ModelType type,
37 virtual bool CryptoReadyIfNecessary(syncer::ModelType type) OVERRIDE
    [all...]
ui_model_worker.h 17 // A syncer::ModelSafeWorker for UI models (e.g. bookmarks) that
20 class UIModelWorker : public syncer::ModelSafeWorker {
22 explicit UIModelWorker(syncer::WorkerLoopDestructionObserver* observer);
24 // syncer::ModelSafeWorker implementation. Called on syncapi SyncerThread.
26 virtual syncer::ModelSafeGroup GetModelSafeGroup() OVERRIDE;
29 virtual syncer::SyncerError DoWorkAndWaitUntilDoneImpl(
30 const syncer::WorkCallback& work) OVERRIDE;
shared_change_processor_mock.h 19 MOCK_METHOD5(Connect, base::WeakPtr<syncer::SyncableService>(
23 syncer::ModelType,
24 const base::WeakPtr<syncer::SyncMergeResult>&));
27 syncer::SyncError(const tracked_objects::Location&,
28 const syncer::SyncChangeList&));
30 syncer::SyncError(syncer::SyncDataList*));
36 void(syncer::ModelSafeGroup));
sync_backend_registrar.h 26 namespace syncer { namespace
28 } // namespace syncer
38 class SyncBackendRegistrar : public syncer::SyncManager::ChangeDelegate,
39 public syncer::WorkerLoopDestructionObserver {
50 // 2) UI posts task to shut down syncer on sync thread.
63 void SetInitialTypes(syncer::ModelTypeSet initial_types);
74 syncer::ModelTypeSet ConfigureDataTypes(
75 syncer::ModelTypeSet types_to_add,
76 syncer::ModelTypeSet types_to_remove);
81 syncer::ModelTypeSet GetLastConfiguredTypes() const
    [all...]
data_type_manager_impl.h 21 namespace syncer { namespace
35 typedef std::queue<syncer::ModelTypeSet> TypeSetPriorityList;
41 const syncer::WeakHandle<syncer::DataTypeDebugInfoListener>&
51 virtual void Configure(syncer::ModelTypeSet desired_types,
52 syncer::ConfigureReason reason) OVERRIDE;
56 syncer::ModelTypeSet undesired_types,
57 syncer::ConfigureReason reason) OVERRIDE;
64 syncer::ModelType type,
65 const syncer::DataTypeAssociationStats& association_stats) OVERRIDE
    [all...]
sync_backend_host.h 44 namespace syncer { namespace
74 const syncer::WeakHandle<syncer::JsBackend>& js_backend,
75 const syncer::WeakHandle<syncer::DataTypeDebugInfoListener>&
88 syncer::ConnectionStatus status) = 0;
94 // The syncer requires a passphrase to decrypt sensitive updates. This is
101 syncer::PassphraseRequiredReason reason,
115 // syncer::Cryptographer::SensitiveTypes(). If |encrypt_everything| is
119 // of encrypted types is syncer::Cryptographer::SensitiveTypes() and tha
    [all...]
data_type_controller_mock.h 20 const syncer::SyncMergeResult& local_merge_result,
21 const syncer::SyncMergeResult& syncer_merge_result));
29 MOCK_METHOD2(Run, void(syncer::ModelType, syncer::SyncError));
data_type_manager_mock.h 20 MOCK_METHOD2(Configure, void(syncer::ModelTypeSet, syncer::ConfigureReason));
21 MOCK_METHOD2(PurgeForMigration, void(syncer::ModelTypeSet,
22 syncer::ConfigureReason));
  /external/chromium_org/chrome/browser/themes/
theme_syncable_service.h 24 class ThemeSyncableService : public syncer::SyncableService {
30 static syncer::ModelType model_type() { return syncer::THEMES; }
35 // syncer::SyncableService implementation.
36 virtual syncer::SyncMergeResult MergeDataAndStartSyncing(
37 syncer::ModelType type,
38 const syncer::SyncDataList& initial_sync_data,
39 scoped_ptr<syncer::SyncChangeProcessor> sync_processor,
40 scoped_ptr<syncer::SyncErrorFactory> error_handler) OVERRIDE;
41 virtual void StopSyncing(syncer::ModelType type) OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
enable_disable_test.cc 33 bool DoesTopLevelNodeExist(syncer::UserShare* user_share,
34 syncer::ModelType type) {
35 syncer::ReadTransaction trans(FROM_HERE, user_share);
36 syncer::ReadNode node(&trans);
37 return node.InitByTagLookup(syncer::ModelTypeToRootTag(type)) ==
38 syncer::BaseNode::INIT_OK;
45 ASSERT_TRUE(GetClient(0)->SetupSync(syncer::ModelTypeSet()));
52 const syncer::ModelTypeSet registered_types =
54 syncer::UserShare* user_share = GetClient(0)->service()->GetUserShare();
55 for (syncer::ModelTypeSet::Iterator it = registered_types.First()
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_sorting.h 43 const syncer::StringOrdinal& suggested_page);
58 syncer::StringOrdinal GetAppLaunchOrdinal(
63 const syncer::StringOrdinal& new_app_launch_ordinal);
67 syncer::StringOrdinal CreateFirstAppLaunchOrdinal(
68 const syncer::StringOrdinal& page_ordinal) const;
72 syncer::StringOrdinal CreateNextAppLaunchOrdinal(
73 const syncer::StringOrdinal& page_ordinal) const;
76 syncer::StringOrdinal CreateFirstAppPageOrdinal() const;
81 syncer::StringOrdinal GetNaturalAppPageOrdinal() const;
86 syncer::StringOrdinal GetPageOrdinal(const std::string& extension_id) const
    [all...]
  /external/chromium_org/sync/internal_api/public/
data_type_debug_info_listener.cc 7 namespace syncer { namespace
14 } // namespace syncer
  /external/chromium_org/sync/syncable/
metahandle_set.h 10 namespace syncer { namespace
16 } // namespace syncer
nigori_handler.cc 7 namespace syncer { namespace
13 } // namespace syncer
syncable_changes_version.h 8 namespace syncer { namespace
29 } // namespace syncer

Completed in 462 milliseconds

1 2 3 4 5 6 7 8 91011>>