Home
last modified time | relevance | path

Searched refs:ScopedStopObserving (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_change_processor.h87 class ScopedStopObserving {
89 explicit ScopedStopObserving(AutofillProfileChangeProcessor* processor);
90 ~ScopedStopObserving();
93 ScopedStopObserving() {} in ScopedStopObserving() function
Dautofill_profile_change_processor.cc49 AutofillProfileChangeProcessor::ScopedStopObserving::ScopedStopObserving( in ScopedStopObserving() function in browser_sync::AutofillProfileChangeProcessor::ScopedStopObserving
55 AutofillProfileChangeProcessor::ScopedStopObserving::~ScopedStopObserving() { in ~ScopedStopObserving()
64 ScopedStopObserving observer(this); in ApplyChangesFromSyncModel()
177 ScopedStopObserving observer(this); in CommitChangesFromSyncModel()