SetWaitAllowed    225 base/threading/thread_restrictions.h   static bool SetWaitAllowed(bool allowed);
SetWaitAllowed    227 base/threading/thread_restrictions.h   static bool SetWaitAllowed(bool allowed) { return true; }
SetWaitAllowed    236 base/threading/thread_restrictions.h     ScopedAllowWait() { previous_value_ = SetWaitAllowed(true); }
SetWaitAllowed    237 base/threading/thread_restrictions.h     ~ScopedAllowWait() { SetWaitAllowed(previous_value_); }
SetWaitAllowed     61 content/browser/browser_shutdown_profile_dumper.cc   bool original_wait_allowed = base::ThreadRestrictions::SetWaitAllowed(true);
SetWaitAllowed     63 content/browser/browser_shutdown_profile_dumper.cc   base::ThreadRestrictions::SetWaitAllowed(original_wait_allowed);