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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 110 using syncer::ModelType;
111 using syncer::ModelTypeSet;
112 using syncer::JsBackend;
113 using syncer::JsController;
114 using syncer::JsEventDetails;
115 using syncer::JsEventHandler;
116 using syncer::ModelSafeRoutingInfo;
117 using syncer::SyncCredentials;
118 using syncer::SyncProtocolError;
119 using syncer::WeakHandle
    [all...]
profile_sync_service_mock.h 41 void(const syncer::WeakHandle<syncer::JsBackend>&,
42 const syncer::WeakHandle<syncer::DataTypeDebugInfoListener>&,
55 syncer::ModelTypeSet chosen_types));
60 MOCK_METHOD3(DisableDatatype, void(syncer::ModelType,
63 MOCK_CONST_METHOD0(GetUserShare, syncer::UserShare*());
64 MOCK_METHOD1(DeactivateDataType, void(syncer::ModelType));
69 MOCK_METHOD0(GetJsController, base::WeakPtr<syncer::JsController>());
76 void(syncer::ModelTypeSet preferred_types))
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.cc 34 // Helper macros to log with the syncer thread name; useful when there
41 using syncer::InternalComponentsFactory;
79 cached_passphrase_type_(syncer::IMPLICIT_PASSPHRASE),
98 const syncer::WeakHandle<syncer::JsEventHandler>& event_handler,
100 const syncer::SyncCredentials& credentials,
102 scoped_ptr<syncer::SyncManagerFactory> sync_manager_factory,
103 scoped_ptr<syncer::UnrecoverableErrorHandler> unrecoverable_error_handler,
104 syncer::ReportUnrecoverableErrorFunction
106 syncer::NetworkResources* network_resources)
    [all...]
bookmark_change_processor.h 24 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::WriteTransaction* trans
    [all...]
password_data_type_controller.cc 32 syncer::ModelType PasswordDataTypeController::type() const {
33 return syncer::PASSWORDS;
36 syncer::ModelSafeGroup PasswordDataTypeController::model_safe_group()
38 return syncer::GROUP_PASSWORD;
  /external/chromium_org/components/sync_driver/
ui_data_type_controller.cc 24 type_(syncer::UNSPECIFIED) {
31 syncer::ModelType type,
41 DCHECK(syncer::IsRealDataType(type_));
58 DCHECK(syncer::IsRealDataType(type_));
61 syncer::SyncError(FROM_HERE,
62 syncer::SyncError::DATATYPE_ERROR,
84 model_load_callback.Run(type(), syncer::SyncError());
95 model_load_callback.Run(type(), syncer::SyncError());
121 syncer::SyncMergeResult local_merge_result(type());
122 syncer::SyncMergeResult syncer_merge_result(type())
    [all...]
proxy_data_type_controller.h 21 syncer::ModelType type);
28 virtual syncer::ModelType type() const OVERRIDE;
29 virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
50 syncer::ModelType type_;
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_app_helper.h 31 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/ui/webui/
invalidations_message_handler.h 22 namespace syncer { namespace
24 } // namespace syncer
37 virtual void OnStateChange(const syncer::InvalidatorState& new_state,
41 const syncer::ObjectIdCountMap& ids_set) OVERRIDE;
44 const syncer::ObjectIdInvalidationMap& new_invalidations) OVERRIDE;
  /external/chromium_org/sync/api/attachments/
attachment_downloader.h 13 namespace syncer { namespace
39 } // namespace syncer
attachment_uploader.h 14 namespace syncer { namespace
43 } // namespace syncer
  /external/chromium_org/sync/api/
sync_error_factory.h 14 namespace syncer { namespace
27 } // namespace syncer
sync_error_factory_mock.h 12 namespace syncer { namespace
24 } // namespace syncer
  /external/chromium_org/sync/engine/
commit_contributor.h 13 namespace syncer { namespace
conflict_util.h 10 namespace syncer { namespace
32 } // namespace syncer
non_blocking_type_processor_interface.h 11 namespace syncer { namespace
26 } // namespace syncer
nudge_source.cc 9 namespace syncer { namespace
26 } // namespace syncer
sync_cycle_event.h 11 namespace syncer { namespace
18 // Sent on entry of Syncer state machine
37 } // namespace syncer
syncer_types.h 8 // 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
  /external/chromium_org/sync/internal_api/
http_bridge_network_resources.cc 14 namespace syncer { namespace
29 } // namespace syncer
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_downloader_impl.h 11 namespace syncer { namespace
28 } // namespace syncer
fake_attachment_downloader.h 11 namespace syncer { namespace
29 } // namespace syncer
fake_attachment_uploader.h 11 namespace syncer { namespace
28 } // namespace syncer
  /external/chromium_org/sync/internal_api/public/base/
attachment_id_proto.cc 10 namespace syncer { namespace
21 } // namespace syncer
progress_marker_map.h 24 namespace syncer { namespace
33 } // namespace syncer

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 91011>>