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

  /external/chromium_org/base/threading/
thread_restrictions.cc 48 bool ThreadRestrictions::SetSingletonAllowed(bool allowed) {
thread_restrictions.h 138 ScopedAllowSingleton() { previous_value_ = SetSingletonAllowed(true); }
139 ~ScopedAllowSingleton() { SetSingletonAllowed(previous_value_); }
161 static bool SetSingletonAllowed(bool allowed);
178 static bool SetSingletonAllowed(bool allowed) { return true; }

Completed in 332 milliseconds