Searched refs:ScopedAllowSingleton (Results 1 – 8 of 8) 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);
129 class BASE_EXPORT ScopedAllowSingleton {131 ScopedAllowSingleton() { previous_value_ = SetSingletonAllowed(true); } in ScopedAllowSingleton() function132 ~ScopedAllowSingleton() { SetSingletonAllowed(previous_value_); } in ~ScopedAllowSingleton()138 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()
89 base::ThreadRestrictions::ScopedAllowSingleton scoped_allow_singleton; in ConcurrencyTestCallback()
95 base::ThreadRestrictions::ScopedAllowSingleton scoped_allow_singleton; in Run()
359 base::ThreadRestrictions::ScopedAllowSingleton allow_singleton; in CurrentlyOn()436 base::ThreadRestrictions::ScopedAllowSingleton allow_singleton; in GetCurrentThreadIdentifier()
219 00000000020421a0 t base::ThreadRestrictions::ScopedAllowSingleton::~ScopedAllowSingleton()<00000000…220 00000000020421d0 t base::ThreadRestrictions::ScopedAllowSingleton::ScopedAllowSingleton()<000000000…