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())
290 // Called from LoadMachineStatistics. Check cancellation_flag_ again here.
291 if (cancellation_flag_.IsSet())
  /external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.cc 94 if (cancellation_flag_.get())
95 cancellation_flag_->data.Set();
138 DCHECK(!cancellation_flag_.get() && !shortcuts_determined());
140 cancellation_flag_ = new SharedCancellationFlag;
144 base::Bind(&GetChromeLaunchShortcuts, cancellation_flag_),
156 cancellation_flag_ = NULL;
resettable_settings_snapshot.h 111 scoped_refptr<SharedCancellationFlag> cancellation_flag_; member in class:ResettableSettingsSnapshot
  /external/chromium_org/base/debug/
trace_event_impl.cc 894 CancellationFlag cancellation_flag_;
911 while (!cancellation_flag_.IsSet()) {
963 cancellation_flag_.Set();
    [all...]

Completed in 419 milliseconds