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

  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.h 36 class AutofillChangeProcessor : public ChangeProcessor,
39 AutofillChangeProcessor(AutofillModelAssociator* model_associator,
43 virtual ~AutofillChangeProcessor();
134 DISALLOW_COPY_AND_ASSIGN(AutofillChangeProcessor);
autofill_change_processor.cc 26 struct AutofillChangeProcessor::AutofillChangeRecord {
37 AutofillChangeProcessor::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::ApplyChangesFromSyncModel
    [all...]
autofill_model_associator.h 34 class AutofillChangeProcessor;
autofill_profile_model_associator.h 36 class AutofillChangeProcessor;
autofill_model_associator.cc 97 AutofillChangeProcessor::WriteAutofillEntry(new_entry, &write_node);
109 AutofillChangeProcessor::WriteAutofillEntry(*ix, &node);
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.cc 45 using browser_sync::AutofillChangeProcessor;
194 AutofillChangeProcessor* change_processor =
195 new AutofillChangeProcessor(model_associator,
profile_sync_service_autofill_unittest.cc 54 using browser_sync::AutofillChangeProcessor;
170 AutofillChangeProcessor* change_processor =
171 new AutofillChangeProcessor(model_associator, wd, pdm, dtc);
353 AutofillChangeProcessor::WriteAutofillEntry(entry, &node);
    [all...]

Completed in 169 milliseconds