Searched defs:SetSingletonAllowed (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/threading/
H A Dthread_restrictions.cc45 bool ThreadRestrictions::SetSingletonAllowed(bool allowed) { function in class:base::ThreadRestrictions
H A Dthread_restrictions.h58 ScopedAllowSingleton() { previous_value_ = SetSingletonAllowed(true); }
59 ~ScopedAllowSingleton() { SetSingletonAllowed(previous_value_); }
81 static bool SetSingletonAllowed(bool allowed);
91 static bool SetSingletonAllowed(bool allowed) { return true; } function in class:base::ThreadRestrictions

Completed in 40 milliseconds