Searched refs:SetSingletonAllowed (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/threading/
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
H A Dthread_restrictions.cc45 bool ThreadRestrictions::SetSingletonAllowed(bool allowed) { function in class:base::ThreadRestrictions
H A Dplatform_thread_win.cc35 base::ThreadRestrictions::SetSingletonAllowed(false);
H A Dplatform_thread_posix.cc49 base::ThreadRestrictions::SetSingletonAllowed(false);

Completed in 356 milliseconds