Searched refs:AutofillChangeProcessor (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dautofill_change_processor.h36 class AutofillChangeProcessor : public ChangeProcessor, class in namespace:browser_sync
39 AutofillChangeProcessor(AutofillModelAssociator* model_associator,
43 virtual ~AutofillChangeProcessor();
134 DISALLOW_COPY_AND_ASSIGN(AutofillChangeProcessor);
H A Dautofill_change_processor.cc26 struct AutofillChangeProcessor::AutofillChangeRecord {
37 AutofillChangeProcessor::AutofillChangeProcessor( function in class:browser_sync::AutofillChangeProcessor
55 AutofillChangeProcessor::~AutofillChangeProcessor() {}
57 void AutofillChangeProcessor::Observe(NotificationType type,
85 void AutofillChangeProcessor::PostOptimisticRefreshTask() {
91 void AutofillChangeProcessor::ObserveAutofillEntriesChanged(
171 void AutofillChangeProcessor::RemoveSyncNode(const std::string& tag,
192 void AutofillChangeProcessor
[all...]
H A Dautofill_model_associator.h34 class AutofillChangeProcessor;
H A Dautofill_profile_model_associator.h36 class AutofillChangeProcessor;
H A Dautofill_model_associator.cc97 AutofillChangeProcessor::WriteAutofillEntry(new_entry, &write_node);
109 AutofillChangeProcessor::WriteAutofillEntry(*ix, &node);
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_factory_impl.cc45 using browser_sync::AutofillChangeProcessor;
194 AutofillChangeProcessor* change_processor =
195 new AutofillChangeProcessor(model_associator,
H A Dprofile_sync_service_autofill_unittest.cc54 using browser_sync::AutofillChangeProcessor;
170 AutofillChangeProcessor* change_processor =
171 new AutofillChangeProcessor(model_associator, wd, pdm, dtc);
353 AutofillChangeProcessor::WriteAutofillEntry(entry, &node);

Completed in 85 milliseconds