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

  /external/chromium_org/chromeos/system/
statistics_provider.cc 122 base::CancellationFlag cancellation_flag_; member in class:chromeos::system::StatisticsProviderImpl
195 cancellation_flag_.Set(); // Cancel any pending loads
228 if (cancellation_flag_.IsSet())
291 // Called from LoadMachineStatistics. Check cancellation_flag_ again here.
292 if (cancellation_flag_.IsSet())
  /external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.cc 92 if (cancellation_flag_)
93 cancellation_flag_->data.Set();
135 DCHECK(!cancellation_flag_ && !shortcuts_determined());
137 cancellation_flag_ = new SharedCancellationFlag;
141 base::Bind(&GetChromeLaunchShortcuts, cancellation_flag_),
153 cancellation_flag_ = NULL;
resettable_settings_snapshot.h 107 scoped_refptr<SharedCancellationFlag> cancellation_flag_; member in class:ResettableSettingsSnapshot
  /external/chromium_org/base/debug/
trace_event_impl.cc 882 CancellationFlag cancellation_flag_;
899 while (!cancellation_flag_.IsSet()) {
951 cancellation_flag_.Set();
    [all...]

Completed in 178 milliseconds