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

1 2

  /external/chromium_org/chrome/browser/sync/glue/
shared_change_processor_ref.cc 10 const scoped_refptr<SharedChangeProcessor>& change_processor)
11 : change_processor_(change_processor) {
shared_change_processor_ref.h 23 change_processor);
generic_change_processor_unittest.cc 72 GenericChangeProcessor* change_processor() { function in class:browser_sync::__anon8215::SyncGenericChangeProcessorTest
107 change_processor()->GetSyncDataForType(kType, &sync_data);
137 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet());
141 change_processor()->GetSyncDataForType(syncer::PASSWORDS, &password_list).
208 change_processor()->ProcessSyncChanges(FROM_HERE, change_list).IsSet());
210 change_processor()->ProcessSyncChanges(FROM_HERE, change_list2).IsSet());
214 change_processor()->GetSyncDataForType(syncer::PASSWORDS, &password_list).
non_frontend_data_type_controller.h 82 ChangeProcessor* change_processor; member in struct:browser_sync::NonFrontendDataTypeController::AssociationResult
156 virtual ChangeProcessor* change_processor() const;
frontend_data_type_controller.cc 9 #include "chrome/browser/sync/glue/change_processor.h"
199 change_processor());
293 ChangeProcessor* FrontendDataTypeController::change_processor() const { function in class:browser_sync::FrontendDataTypeController
298 ChangeProcessor* change_processor) {
299 change_processor_.reset(change_processor);
frontend_data_type_controller.h 103 virtual ChangeProcessor* change_processor() const;
frontend_data_type_controller_mock.h 43 MOCK_CONST_METHOD0(change_processor, ChangeProcessor*());
session_data_type_controller.cc 74 set_change_processor(sync_components.change_processor);
non_frontend_data_type_controller.cc 11 #include "chrome/browser/sync/glue/change_processor.h"
84 change_processor_.reset(sync_components.change_processor);
113 result.change_processor = change_processor_.get();
154 change_processor(NULL),
424 ChangeProcessor* NonFrontendDataTypeController::change_processor() const { function in class:browser_sync::NonFrontendDataTypeController
454 CHECK(result.change_processor);
456 change_processor_ = result.change_processor;
460 change_processor());
bookmark_data_type_controller.cc 87 set_change_processor(sync_components.change_processor);
sync_backend_registrar.h 91 ChangeProcessor* change_processor,
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_mock.cc 5 #include "chrome/browser/sync/glue/change_processor.h"
17 AssociatorInterface* model_associator, ChangeProcessor* change_processor)
19 change_processor_(change_processor) {
profile_sync_components_factory.h 61 browser_sync::ChangeProcessor* change_processor; member in struct:ProfileSyncComponentsFactory::SyncComponents
64 : model_associator(ma), change_processor(cp) {}
profile_sync_components_factory_impl.cc 432 BookmarkChangeProcessor* change_processor = local
435 return SyncComponents(model_associator, change_processor);
447 PasswordChangeProcessor* change_processor = local
451 return SyncComponents(model_associator, change_processor);
463 TypedUrlChangeProcessor* change_processor = local
468 return SyncComponents(model_associator, change_processor);
477 SessionChangeProcessor* change_processor = local
479 return SyncComponents(model_associator, change_processor);
profile_sync_components_factory_mock.h 27 browser_sync::ChangeProcessor* change_processor);
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.cc 178 ExtensionChangeProcessor* change_processor = local
180 return SyncComponents(model_associator, change_processor);
194 AutofillChangeProcessor* change_processor = local
199 return SyncComponents(model_associator, change_processor);
213 AutofillProfileChangeProcessor* change_processor = local
218 return SyncComponents(model_associator, change_processor);
232 BookmarkChangeProcessor* change_processor = local
235 return SyncComponents(model_associator, change_processor);
249 ExtensionChangeProcessor* change_processor = local
251 return SyncComponents(model_associator, change_processor);
262 PasswordChangeProcessor* change_processor = local
275 PreferenceChangeProcessor* change_processor = local
287 ThemeChangeProcessor* change_processor = local
300 TypedUrlChangeProcessor* change_processor = local
313 SessionChangeProcessor* change_processor = local
    [all...]
profile_sync_service_mock.h 12 #include "chrome/browser/sync/glue/change_processor.h"
39 browser_sync::ChangeProcessor* change_processor));
42 browser_sync::ChangeProcessor* change_processor));
profile_sync_factory.h 13 #include "chrome/browser/sync/glue/change_processor.h"
42 browser_sync::ChangeProcessor* change_processor; member in struct:ProfileSyncFactory::SyncComponents
45 : model_associator(ma), change_processor(cp) {}
  /external/chromium/chrome/browser/sync/glue/
app_data_type_controller.cc 39 change_processor_.reset(sync_components.change_processor);
extension_data_type_controller.cc 39 change_processor_.reset(sync_components.change_processor);
preference_data_type_controller.cc 31 change_processor_.reset(sync_components.change_processor);
session_data_type_controller.cc 35 change_processor_.reset(sync_components.change_processor);
theme_data_type_controller.cc 39 change_processor_.reset(sync_components.change_processor);
bookmark_data_type_controller.cc 69 change_processor_.reset(sync_components.change_processor);
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_sync_service_unittest.cc 86 MockChangeProcessor* change_processor() { return change_processor_; } function in class:ManagedUserSyncServiceTest
153 EXPECT_EQ(0u, change_processor()->changes().size());
236 EXPECT_EQ(1u, change_processor()->changes().size());
238 SyncChange change = change_processor()->GetChange(kUserId1);

Completed in 356 milliseconds

1 2