HomeSort by relevance Sort by last modified time
    Searched defs:AutofillProfileChangeProcessor (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sync/glue/
autofill_profile_change_processor.cc 28 AutofillProfileChangeProcessor::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::ActOnChange
    [all...]
autofill_profile_change_processor.h 26 class AutofillProfileChangeProcessor : public ChangeProcessor,
29 AutofillProfileChangeProcessor(
35 virtual ~AutofillProfileChangeProcessor();
89 explicit ScopedStopObserving(AutofillProfileChangeProcessor* processor);
94 AutofillProfileChangeProcessor* processor_;

Completed in 263 milliseconds