Home
last modified time | relevance | path

Searched refs:ScopedAllowSingleton (Results 1 – 4 of 4) 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/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/net/base/
Dkeygen_handler_unittest.cc95 base::ThreadRestrictions::ScopedAllowSingleton scoped_allow_singleton; in Run()