HomeSort by relevance Sort by last modified time
    Searched refs:SetSingletonAllowed (Results 1 - 9 of 9) sorted by null

  /external/chromium/base/threading/
thread_restrictions.h 58 ScopedAllowSingleton() { previous_value_ = SetSingletonAllowed(true); }
59 ~ScopedAllowSingleton() { SetSingletonAllowed(previous_value_); }
81 static bool SetSingletonAllowed(bool allowed);
91 static bool SetSingletonAllowed(bool allowed) { return true; }
thread_restrictions.cc 45 bool ThreadRestrictions::SetSingletonAllowed(bool allowed) {
platform_thread_win.cc 35 base::ThreadRestrictions::SetSingletonAllowed(false);
platform_thread_posix.cc 49 base::ThreadRestrictions::SetSingletonAllowed(false);
  /external/chromium_org/base/threading/
thread_restrictions.h 129 ScopedAllowSingleton() { previous_value_ = SetSingletonAllowed(true); }
130 ~ScopedAllowSingleton() { SetSingletonAllowed(previous_value_); }
152 static bool SetSingletonAllowed(bool allowed);
169 static bool SetSingletonAllowed(bool allowed) { return true; }
thread_restrictions.cc 48 bool ThreadRestrictions::SetSingletonAllowed(bool allowed) {
platform_thread_posix.cc 63 base::ThreadRestrictions::SetSingletonAllowed(false);
platform_thread_win.cc 55 base::ThreadRestrictions::SetSingletonAllowed(false);
  /external/chromium_org/media/audio/
audio_device_thread.cc 144 base::ThreadRestrictions::SetSingletonAllowed(true);

Completed in 181 milliseconds