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

  /external/chromium_org/components/sync_driver/
change_processor.h 54 class ScopedStopObserving {
56 explicit ScopedStopObserving(T* processor)
60 ~ScopedStopObserving() {
65 ScopedStopObserving() {}
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.h 77 friend class ScopedStopObserving<TypedUrlChangeProcessor>;
typed_url_change_processor.cc 316 ScopedStopObserving<TypedUrlChangeProcessor> stop_observing(this);

Completed in 135 milliseconds