Searched refs:AutofillProfileChangeProcessor (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dautofill_profile_change_processor.h26 class AutofillProfileChangeProcessor : public ChangeProcessor, class in namespace:browser_sync
29 AutofillProfileChangeProcessor(
35 virtual ~AutofillProfileChangeProcessor();
89 explicit ScopedStopObserving(AutofillProfileChangeProcessor* processor);
94 AutofillProfileChangeProcessor* processor_;
H A Dautofill_profile_change_processor.cc28 AutofillProfileChangeProcessor::AutofillProfileChangeProcessor( function in class:browser_sync::AutofillProfileChangeProcessor
47 AutofillProfileChangeProcessor::~AutofillProfileChangeProcessor() {}
49 AutofillProfileChangeProcessor::ScopedStopObserving::ScopedStopObserving(
50 AutofillProfileChangeProcessor* processor) {
55 AutofillProfileChangeProcessor::ScopedStopObserving::~ScopedStopObserving() {
59 void AutofillProfileChangeProcessor::ApplyChangesFromSyncModel(
104 void AutofillProfileChangeProcessor::Observe(NotificationType type,
126 void AutofillProfileChangeProcessor
[all...]
H A Dautofill_profile_model_associator.cc350 AutofillProfileChangeProcessor::WriteAutofillProfile(profile, &node);
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_factory_impl.cc46 using browser_sync::AutofillProfileChangeProcessor;
213 AutofillProfileChangeProcessor* change_processor =
214 new AutofillProfileChangeProcessor(model_associator,
H A Dprofile_sync_service_autofill_unittest.cc57 using browser_sync::AutofillProfileChangeProcessor;
182 AutofillProfileChangeProcessor* change_processor =
183 new AutofillProfileChangeProcessor(model_associator, wd, pdm, dtc);
367 AutofillProfileChangeProcessor::WriteAutofillProfile(profile, &node);

Completed in 160 milliseconds