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

  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter.h 117 typedef base::RefCountedData<base::CancellationFlag> SharedCancellationFlag;
123 const scoped_refptr<SharedCancellationFlag>& cancel);
resettable_settings_snapshot.h 107 scoped_refptr<SharedCancellationFlag> cancellation_flag_;
profile_resetter.cc 344 const scoped_refptr<SharedCancellationFlag>& cancel) {
resettable_settings_snapshot.cc 137 cancellation_flag_ = new SharedCancellationFlag;
  /external/chromium_org/chrome/installer/util/
shell_util.h 558 typedef base::RefCountedData<base::CancellationFlag> SharedCancellationFlag;
570 const scoped_refptr<SharedCancellationFlag>& cancel,
shell_util.cc     [all...]

Completed in 539 milliseconds