Searched refs:ScopedAllowSingleton (Results 1 – 4 of 4) sorted by relevance
56 class BASE_API ScopedAllowSingleton {58 ScopedAllowSingleton() { previous_value_ = SetSingletonAllowed(true); } in ScopedAllowSingleton() function59 ~ScopedAllowSingleton() { SetSingletonAllowed(previous_value_); } in ~ScopedAllowSingleton()65 DISALLOW_COPY_AND_ASSIGN(ScopedAllowSingleton);
48 base::ThreadRestrictions::ScopedAllowSingleton allow_singleton; in BelongsToCurrentThread()65 base::ThreadRestrictions::ScopedAllowSingleton allow_singleton; in OnDestruct()
97 base::ThreadRestrictions::ScopedAllowSingleton scoped_allow_singleton; in ThreadData()274 base::ThreadRestrictions::ScopedAllowSingleton scoped_allow_singleton; in TallyABirth()297 base::ThreadRestrictions::ScopedAllowSingleton scoped_allow_singleton; in TallyADeath()
95 base::ThreadRestrictions::ScopedAllowSingleton scoped_allow_singleton; in Run()