Home
last modified time | relevance | path

Searched refs:ScopedAllowBlocking (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/threading/
Dthread_restrictions.cc51 ScopedAllowBlocking::ScopedAllowBlocking() in ScopedAllowBlocking() function in base::ScopedAllowBlocking
56 ScopedAllowBlocking::~ScopedAllowBlocking() { in ~ScopedAllowBlocking()
Dthread_restrictions.h246 class BASE_EXPORT ScopedAllowBlocking {
250 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, ScopedAllowBlocking);
263 ScopedAllowBlocking() EMPTY_BODY_IF_DCHECK_IS_OFF;
264 ~ScopedAllowBlocking() EMPTY_BODY_IF_DCHECK_IS_OFF;
270 DISALLOW_COPY_AND_ASSIGN(ScopedAllowBlocking);
280 ScopedAllowBlocking scoped_allow_blocking_;
Dthread_restrictions_unittest.cc44 TEST_F(ThreadRestrictionsTest, ScopedAllowBlocking) { in TEST_F() argument
47 ScopedAllowBlocking scoped_allow_blocking; in TEST_F()
/external/libchrome/mojo/public/c/system/
Dthunks.cc95 base::ScopedAllowBlocking allow_blocking; in CoreLibraryInitializer()