HomeSort by relevance Sort by last modified time
    Searched refs:change_processor_ (Results 1 - 23 of 23) sorted by null

  /external/chromium/chrome/browser/sync/glue/
autofill_data_type_controller.cc 46 CHECK(!change_processor_.get()) << "AutofillDataTypeController destroyed "
144 if (change_processor_ != NULL && change_processor_->IsRunning())
145 sync_service_->DeactivateDataType(this, change_processor_.get());
156 } else if (change_processor_.get()) {
161 CHECK(!change_processor_.get()) << "AutofillChangeProcessor not released.";
218 change_processor_.reset(sync_components.change_processor);
243 sync_service_->ActivateDataType(this, change_processor_.get());
291 change_processor_.reset();
299 change_processor_.reset()
    [all...]
password_data_type_controller.cc 96 if (change_processor_ != NULL)
97 sync_service_->DeactivateDataType(this, change_processor_.get());
143 change_processor_.reset(sync_components.change_processor);
166 sync_service_->ActivateDataType(this, change_processor_.get());
198 change_processor_.reset();
205 change_processor_.reset();
frontend_data_type_controller.cc 100 sync_service_->ActivateDataType(this, change_processor_.get());
116 if (change_processor_ != NULL)
117 sync_service_->DeactivateDataType(this, change_processor_.get());
122 change_processor_.reset();
165 change_processor_.reset();
autofill_data_type_controller_unittest.cc 116 change_processor_ = new ChangeProcessorMock();
121 change_processor_)));
129 EXPECT_CALL(*change_processor_, IsRunning()).WillRepeatedly(Return(true));
157 ChangeProcessorMock* change_processor_; member in class:__anon3463::AutofillDataTypeControllerTest
211 change_processor_ = new ChangeProcessorMock();
216 change_processor_)));
251 change_processor_ = new ChangeProcessorMock();
256 change_processor_)));
263 EXPECT_CALL(*change_processor_, IsRunning()).WillRepeatedly(Return(true));
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);
typed_url_data_type_controller.cc 138 if (change_processor_ != NULL)
139 sync_service_->DeactivateDataType(this, change_processor_.get());
185 change_processor_.reset(sync_components.change_processor);
208 sync_service_->ActivateDataType(this, change_processor_.get());
251 change_processor_.reset();
258 change_processor_.reset();
bookmark_data_type_controller.cc 69 change_processor_.reset(sync_components.change_processor);
frontend_data_type_controller.h 106 scoped_ptr<ChangeProcessor> change_processor_; member in class:browser_sync::FrontendDataTypeController
frontend_data_type_controller_unittest.cc 58 change_processor_.reset(sync_components.change_processor);
103 change_processor_ = new ChangeProcessorMock();
106 change_processor_)));
144 ChangeProcessorMock* change_processor_; member in class:FrontendDataTypeControllerTest
password_data_type_controller.h 76 scoped_ptr<ChangeProcessor> change_processor_; member in class:browser_sync::PasswordDataTypeController
autofill_data_type_controller.h 100 scoped_ptr<ChangeProcessor> change_processor_; member in class:browser_sync::AutofillDataTypeController
typed_url_data_type_controller.h 107 scoped_ptr<ChangeProcessor> change_processor_; member in class:browser_sync::TypedUrlDataTypeController
bookmark_data_type_controller_unittest.cc 54 change_processor_ = new ChangeProcessorMock();
57 change_processor_));
95 ChangeProcessorMock* change_processor_; member in class:BookmarkDataTypeControllerTest
extension_data_type_controller_unittest.cc 50 change_processor_ = new ChangeProcessorMock();
54 change_processor_)));
82 ChangeProcessorMock* change_processor_; member in class:ExtensionDataTypeControllerTest
preference_data_type_controller_unittest.cc 52 change_processor_ = new ChangeProcessorMock();
55 change_processor_)));
83 ChangeProcessorMock* change_processor_; member in class:PreferenceDataTypeControllerTest
theme_data_type_controller_unittest.cc 50 change_processor_ = new ChangeProcessorMock();
53 change_processor_)));
81 ChangeProcessorMock* change_processor_; member in class:ThemeDataTypeControllerTest
  /external/chromium/chrome/browser/sync/
profile_sync_service_session_unittest.cc 116 change_processor_ = new SessionChangeProcessor(
121 model_associator_, change_processor_)));
139 SessionChangeProcessor* change_processor_; member in class:browser_sync::ProfileSyncServiceSessionTest
332 change_processor_->ApplyChangesFromSyncModel(&trans, record.get(), 1);
351 change_processor_->ApplyChangesFromSyncModel(&trans, record.get(), 1);
370 change_processor_->ApplyChangesFromSyncModel(&trans, record.get(), 1);
profile_sync_service_preference_unittest.cc 83 change_processor_ = new PreferenceChangeProcessor(model_associator_,
87 model_associator_, change_processor_)));
182 PreferenceChangeProcessor* change_processor_; member in class:ProfileSyncServicePreferenceTest
375 change_processor_->ApplyChangesFromSyncModel(&trans, record.get(), 1);
395 change_processor_->ApplyChangesFromSyncModel(&trans, record.get(), 1);
417 change_processor_->ApplyChangesFromSyncModel(&trans, record.get(), 1);
450 change_processor_->ApplyChangesFromSyncModel(&trans, record.get(), 1);
489 change_processor_->ApplyChangesFromSyncModel(&trans, record.get(), 1);
profile_sync_service_bookmark_unittest.cc 325 change_processor_.reset(
328 change_processor_->Start(&profile_, test_user_share_.user_share());
332 change_processor_->Stop();
333 change_processor_.reset();
507 scoped_ptr<BookmarkChangeProcessor> change_processor_; member in class:browser_sync::__anon3496::ProfileSyncServiceBookmarkTest
600 adds.ApplyPendingChanges(change_processor_.get());
633 mods.ApplyPendingChanges(change_processor_.get());
648 dels.ApplyPendingChanges(change_processor_.get());
683 adds.ApplyPendingChanges(change_processor_.get());
701 ops.ApplyPendingChanges(change_processor_.get())
    [all...]

Completed in 125 milliseconds