HomeSort by relevance Sort by last modified time
    Searched full:setsingletonallowed (Results 1 - 6 of 6) sorted by null

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

Completed in 863 milliseconds