HomeSort by relevance Sort by last modified time
    Searched refs:syncer (Results 151 - 175 of 1029) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 38 class TestChangeProcessor : public syncer::SyncChangeProcessor {
44 virtual syncer::SyncError ProcessSyncChanges(
46 const syncer::SyncChangeList& change_list) OVERRIDE;
48 virtual syncer::SyncDataList GetAllSyncData(syncer::ModelType type) const
50 return syncer::SyncDataList();
57 syncer::SyncChange change_for_guid(const std::string& guid) const {
63 syncer::SyncChangeList GetAndResetChangeList() {
64 syncer::SyncChangeList list;
73 std::map<std::string, syncer::SyncChange> change_map_
    [all...]
history_model_worker.cc 20 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::SyncerError HistoryModelWorker::DoWorkAndWaitUntilDoneImpl
    [all...]
sync_start_util.h 28 syncer::SyncableService::StartSyncFlare GetFlareForSyncableService(
sync_backend_host_impl_unittest.cc 51 using syncer::FakeSyncManager;
52 using syncer::SyncManager;
80 void(const syncer::WeakHandle<syncer::JsBackend>&,
81 const syncer::WeakHandle<syncer::DataTypeDebugInfoListener>&,
85 void(syncer::ConnectionStatus status));
89 void(syncer::PassphraseRequiredReason,
93 void(syncer::ModelTypeSet, bool));
95 MOCK_METHOD1(OnMigrationNeededForTypes, void(syncer::ModelTypeSet))
    [all...]
  /external/chromium_org/chrome/browser/sync/test/
test_http_bridge_factory.h 14 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/dom_distiller/core/
article_entry.h 14 namespace syncer { namespace
31 ArticleEntry GetEntryFromChange(const syncer::SyncChange& change);
32 std::string GetEntryIdFromSyncData(const syncer::SyncData& data);
33 syncer::SyncData CreateLocalData(const ArticleEntry& entry);
  /external/chromium_org/components/invalidation/
invalidation_logger_observer.h 17 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;
notifier_reason_util.h 11 namespace syncer { namespace
20 } // namespace syncer
state_writer.h 14 namespace syncer { namespace
23 } // namespace syncer
  /external/chromium_org/components/sync_driver/
backend_data_type_configurer.cc 11 syncer::ModelTypeSet
14 syncer::ModelTypeSet types;
25 DataTypeConfigState state, syncer::ModelTypeSet types,
27 for (syncer::ModelTypeSet::Iterator it = types.First(); it.Good(); it.Inc()) {
change_processor_mock.h 21 void(const syncer::BaseTransaction*, int64,
22 const syncer::ImmutableChangeRecordList&));
32 syncer::SyncError(const tracked_objects::Location&,
34 syncer::ModelType));
  /external/chromium_org/sync/engine/
nudge_source.h 8 namespace syncer { namespace
22 } // namespace syncer
traffic_logger.h 17 namespace syncer { namespace
23 } // namespace syncer
  /external/chromium_org/sync/internal_api/public/base/
invalidator_state.h 10 namespace syncer { namespace
28 } // namespace syncer
  /external/chromium_org/sync/internal_api/public/
configure_reason.h 8 namespace syncer { namespace
40 } // namespace syncer
network_time_update_callback.h 11 namespace syncer { namespace
26 } // namespace syncer
sync_manager.cc 7 namespace syncer { namespace
19 } // namespace syncer
user_share.h 13 namespace syncer { namespace
31 } // namespace syncer
  /external/chromium_org/sync/internal_api/public/engine/
polling_constants.cc 8 namespace syncer { namespace
40 } // namespace syncer
  /external/chromium_org/sync/internal_api/public/util/
unrecoverable_error_handler.h 12 namespace syncer { namespace
17 // syncer model are inconsistent, or similar. The ProfileSyncService will
25 } // namespace syncer
  /external/chromium_org/sync/js/
js_event_handler.h 14 namespace syncer { namespace
29 } // namespace syncer
  /external/chromium_org/sync/sessions/
debug_info_getter.h 11 namespace syncer { namespace
15 // to communicate the debug info data to the syncer.
29 } // namespace syncer
  /external/chromium_org/sync/syncable/
transaction_observer.h 12 namespace syncer { namespace
25 } // namespace syncer
  /external/chromium_org/sync/test/engine/
injectable_sync_core_proxy.cc 10 namespace syncer { namespace
21 syncer::ModelType type,
23 base::WeakPtr<syncer::NonBlockingTypeProcessor> type_processor) {
35 void InjectableSyncCoreProxy::Disconnect(syncer::ModelType type) {
51 } // namespace syncer
  /external/chromium_org/sync/util/
logging.cc 9 namespace syncer { namespace
18 } // namespace syncer

Completed in 1054 milliseconds

1 2 3 4 5 67 8 91011>>