Searched defs:AutofillChangeProcessor (Results 1 - 2 of 2) 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...]

Completed in 69 milliseconds