Home
last modified time | relevance | path

Searched refs:ScopedAllowSingleton (Results 1 – 8 of 8) sorted by relevance

/external/chromium/base/threading/
Dthread_restrictions.h56 class BASE_API ScopedAllowSingleton {
58 ScopedAllowSingleton() { previous_value_ = SetSingletonAllowed(true); } in ScopedAllowSingleton() function
59 ~ScopedAllowSingleton() { SetSingletonAllowed(previous_value_); } in ~ScopedAllowSingleton()
65 DISALLOW_COPY_AND_ASSIGN(ScopedAllowSingleton);
/external/chromium_org/base/threading/
Dthread_restrictions.h129 class BASE_EXPORT ScopedAllowSingleton {
131 ScopedAllowSingleton() { previous_value_ = SetSingletonAllowed(true); } in ScopedAllowSingleton() function
132 ~ScopedAllowSingleton() { SetSingletonAllowed(previous_value_); } in ~ScopedAllowSingleton()
138 DISALLOW_COPY_AND_ASSIGN(ScopedAllowSingleton);
/external/chromium/base/
Dmessage_loop_proxy_impl.cc48 base::ThreadRestrictions::ScopedAllowSingleton allow_singleton; in BelongsToCurrentThread()
65 base::ThreadRestrictions::ScopedAllowSingleton allow_singleton; in OnDestruct()
Dtracked_objects.cc97 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()
/external/chromium_org/net/base/
Dkeygen_handler_unittest.cc89 base::ThreadRestrictions::ScopedAllowSingleton scoped_allow_singleton; in ConcurrencyTestCallback()
/external/chromium/net/base/
Dkeygen_handler_unittest.cc95 base::ThreadRestrictions::ScopedAllowSingleton scoped_allow_singleton; in Run()
/external/chromium_org/content/browser/
Dbrowser_thread_impl.cc359 base::ThreadRestrictions::ScopedAllowSingleton allow_singleton; in CurrentlyOn()
436 base::ThreadRestrictions::ScopedAllowSingleton allow_singleton; in GetCurrentThreadIdentifier()
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/
Dchrome.abcdef.nm219 00000000020421a0 t base::ThreadRestrictions::ScopedAllowSingleton::~ScopedAllowSingleton()<00000000…
220 00000000020421d0 t base::ThreadRestrictions::ScopedAllowSingleton::ScopedAllowSingleton()<000000000…