Searched refs:ScopedAllowBlocking (Results 1 – 4 of 4) sorted by relevance
51 ScopedAllowBlocking::ScopedAllowBlocking() in ScopedAllowBlocking() function in base::ScopedAllowBlocking56 ScopedAllowBlocking::~ScopedAllowBlocking() { in ~ScopedAllowBlocking()
246 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_;
44 TEST_F(ThreadRestrictionsTest, ScopedAllowBlocking) { in TEST_F() argument47 ScopedAllowBlocking scoped_allow_blocking; in TEST_F()
95 base::ScopedAllowBlocking allow_blocking; in CoreLibraryInitializer()