Home
last modified time | relevance | path

Searched refs:ScopedAllowBlockingForTesting (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/crypto/
Dscoped_test_nss_db.cc21 base::ScopedAllowBlockingForTesting allow_blocking; in ScopedTestNSSDB()
50 base::ScopedAllowBlockingForTesting allow_blocking; in ~ScopedTestNSSDB()
/external/libchrome/base/threading/
Dthread_restrictions.h260 friend class ScopedAllowBlockingForTesting; variable
273 class ScopedAllowBlockingForTesting {
275 ScopedAllowBlockingForTesting() {} in ScopedAllowBlockingForTesting() function
276 ~ScopedAllowBlockingForTesting() {} in ~ScopedAllowBlockingForTesting()
283 DISALLOW_COPY_AND_ASSIGN(ScopedAllowBlockingForTesting);
Dthread_restrictions_unittest.cc53 TEST_F(ThreadRestrictionsTest, ScopedAllowBlockingForTesting) { in TEST_F() argument
56 ScopedAllowBlockingForTesting scoped_allow_blocking_for_testing; in TEST_F()
/external/libchrome/base/test/
Dmultiprocess_test.cc45 base::ScopedAllowBlockingForTesting allow_blocking; in GetMultiProcessTestChildBaseCommandLine()
/external/libchrome/libchrome_tools/patch/
Dsubprocess.patch57 base::ScopedAllowBlockingForTesting allow_blocking;