SetSingletonAllowed   63 base/threading/platform_thread_posix.cc     base::ThreadRestrictions::SetSingletonAllowed(false);
SetSingletonAllowed   55 base/threading/platform_thread_win.cc     base::ThreadRestrictions::SetSingletonAllowed(false);
SetSingletonAllowed  131 base/threading/thread_restrictions.h     ScopedAllowSingleton() { previous_value_ = SetSingletonAllowed(true); }
SetSingletonAllowed  132 base/threading/thread_restrictions.h     ~ScopedAllowSingleton() { SetSingletonAllowed(previous_value_); }
SetSingletonAllowed  154 base/threading/thread_restrictions.h   static bool SetSingletonAllowed(bool allowed);
SetSingletonAllowed  171 base/threading/thread_restrictions.h   static bool SetSingletonAllowed(bool allowed) { return true; }
SetSingletonAllowed   44 components/nacl/loader/nonsfi/nonsfi_main.cc     base::ThreadRestrictions::SetSingletonAllowed(true);
SetSingletonAllowed  149 media/audio/audio_device_thread.cc   base::ThreadRestrictions::SetSingletonAllowed(true);