HomeSort by relevance Sort by last modified time
    Searched defs:AutofillChangeProcessor (Results 1 - 2 of 2) 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...]

Completed in 271 milliseconds