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

/external/chromium_org/chrome/installer/util/
H A Ddelete_reg_value_work_item.h63 std::string previous_value_; member in class:DeleteRegValueWorkItem
H A Dset_reg_value_work_item.h86 std::vector<uint8> previous_value_; member in class:SetRegValueWorkItem
/external/chromium_org/extensions/common/
H A Dfeature_switch.h51 FeatureSwitch::OverrideValue previous_value_; member in class:extensions::FeatureSwitch::ScopedOverride
/external/chromium_org/cc/trees/
H A Dsingle_thread_proxy.h163 previous_value_ = proxy_->impl_thread_is_overridden_;
169 proxy_->SetCurrentThreadIsImplThread(previous_value_);
174 bool previous_value_; member in class:cc::DebugScopedSetImplThread
186 previous_value_ = proxy_->impl_thread_is_overridden_;
192 proxy_->SetCurrentThreadIsImplThread(previous_value_);
197 bool previous_value_; member in class:cc::DebugScopedSetMainThread
/external/chromium_org/base/threading/
H A Dthread_restrictions.h125 ScopedAllowIO() { previous_value_ = SetIOAllowed(true); }
126 ~ScopedAllowIO() { SetIOAllowed(previous_value_); }
129 bool previous_value_; member in class:base::ThreadRestrictions::ScopedAllowIO
138 ScopedAllowSingleton() { previous_value_ = SetSingletonAllowed(true); }
139 ~ScopedAllowSingleton() { SetSingletonAllowed(previous_value_); }
143 bool previous_value_; member in class:base::ThreadRestrictions::ScopedAllowSingleton
244 ScopedAllowWait() { previous_value_ = SetWaitAllowed(true); }
245 ~ScopedAllowWait() { SetWaitAllowed(previous_value_); }
249 bool previous_value_; member in class:base::ThreadRestrictions::ScopedAllowWait

Completed in 570 milliseconds