Searched defs:previous_value_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium/base/threading/
H A Dthread_restrictions.h45 ScopedAllowIO() { previous_value_ = SetIOAllowed(true); }
46 ~ScopedAllowIO() { SetIOAllowed(previous_value_); }
49 bool previous_value_; member in class:base::ThreadRestrictions::ScopedAllowIO
58 ScopedAllowSingleton() { previous_value_ = SetSingletonAllowed(true); }
59 ~ScopedAllowSingleton() { SetSingletonAllowed(previous_value_); }
63 bool previous_value_; member in class:base::ThreadRestrictions::ScopedAllowSingleton
/external/chromium_org/chrome/installer/util/
H A Ddelete_reg_value_work_item.h58 std::string previous_value_; member in class:DeleteRegValueWorkItem
H A Dset_reg_value_work_item.h76 std::vector<uint8> previous_value_; member in class:SetRegValueWorkItem
/external/chromium_org/extensions/common/
H A Dfeature_switch.h47 FeatureSwitch::OverrideValue previous_value_; member in class:extensions::FeatureSwitch::ScopedOverride
/external/chromium_org/cc/trees/
H A Dsingle_thread_proxy.h133 previous_value_ = proxy_->impl_thread_is_overridden_;
139 proxy_->SetCurrentThreadIsImplThread(previous_value_);
144 bool previous_value_; member in class:cc::DebugScopedSetImplThread
156 previous_value_ = proxy_->impl_thread_is_overridden_;
162 proxy_->SetCurrentThreadIsImplThread(previous_value_);
167 bool previous_value_; member in class:cc::DebugScopedSetMainThread
/external/chromium_org/base/threading/
H A Dthread_restrictions.h118 ScopedAllowIO() { previous_value_ = SetIOAllowed(true); }
119 ~ScopedAllowIO() { SetIOAllowed(previous_value_); }
122 bool previous_value_; member in class:base::ThreadRestrictions::ScopedAllowIO
131 ScopedAllowSingleton() { previous_value_ = SetSingletonAllowed(true); }
132 ~ScopedAllowSingleton() { SetSingletonAllowed(previous_value_); }
136 bool previous_value_; member in class:base::ThreadRestrictions::ScopedAllowSingleton
236 ScopedAllowWait() { previous_value_ = SetWaitAllowed(true); }
237 ~ScopedAllowWait() { SetWaitAllowed(previous_value_); }
241 bool previous_value_; member in class:base::ThreadRestrictions::ScopedAllowWait

Completed in 122 milliseconds