/external/chromium/base/threading/ |
D | thread_restrictions.h | 45 ScopedAllowIO() { previous_value_ = SetIOAllowed(true); } in ScopedAllowIO() 46 ~ScopedAllowIO() { SetIOAllowed(previous_value_); } in ~ScopedAllowIO() 72 static bool SetIOAllowed(bool allowed); 89 static bool SetIOAllowed(bool allowed) { return true; } in SetIOAllowed() function
|
D | thread_restrictions.cc | 27 bool ThreadRestrictions::SetIOAllowed(bool allowed) { in SetIOAllowed() function in base::ThreadRestrictions
|
/external/chromium_org/base/threading/ |
D | thread_restrictions.h | 118 ScopedAllowIO() { previous_value_ = SetIOAllowed(true); } in ScopedAllowIO() 119 ~ScopedAllowIO() { SetIOAllowed(previous_value_); } in ~ScopedAllowIO() 145 static bool SetIOAllowed(bool allowed); 169 static bool SetIOAllowed(bool allowed) { return true; } in SetIOAllowed() function
|
D | thread_restrictions.cc | 29 bool ThreadRestrictions::SetIOAllowed(bool allowed) { in SetIOAllowed() function in base::ThreadRestrictions
|
/external/chromium_org/dbus/ |
D | signal_sender_verification_unittest.cc | 34 base::ThreadRestrictions::SetIOAllowed(false); in SetUp() 101 base::ThreadRestrictions::SetIOAllowed(true); in TearDown() 157 base::ThreadRestrictions::SetIOAllowed(true); in SafeServiceStop() 159 base::ThreadRestrictions::SetIOAllowed(false); in SafeServiceStop()
|
D | property_unittest.cc | 51 base::ThreadRestrictions::SetIOAllowed(false); in SetUp() 94 base::ThreadRestrictions::SetIOAllowed(true); in TearDown()
|
D | object_manager_unittest.cc | 63 base::ThreadRestrictions::SetIOAllowed(false); in SetUp() 103 base::ThreadRestrictions::SetIOAllowed(true); in TearDown()
|
D | end_to_end_async_unittest.cc | 41 base::ThreadRestrictions::SetIOAllowed(false); in SetUp() 122 base::ThreadRestrictions::SetIOAllowed(true); in TearDown()
|
/external/chromium_org/content/public/test/ |
D | browser_test_base.cc | 229 base::ThreadRestrictions::SetIOAllowed(true); in SetUp() 232 base::Bind(base::IgnoreResult(&base::ThreadRestrictions::SetIOAllowed), in SetUp()
|
/external/chromium_org/content/browser/ |
D | browser_process_sub_thread.cc | 42 base::ThreadRestrictions::SetIOAllowed(false); in Init()
|
D | browser_main_loop.cc | 718 base::ThreadRestrictions::SetIOAllowed(false); in PreMainMessageLoopRun() 745 base::ThreadRestrictions::SetIOAllowed(true); in ShutdownThreadsAndCleanUp() 748 base::Bind(base::IgnoreResult(&base::ThreadRestrictions::SetIOAllowed), in ShutdownThreadsAndCleanUp()
|
/external/chromium/net/base/ |
D | network_config_watcher_mac.cc | 68 base::ThreadRestrictions::SetIOAllowed(false); in Init()
|
/external/chromium_org/net/base/ |
D | network_config_watcher_mac.cc | 70 base::ThreadRestrictions::SetIOAllowed(false); in Init()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | profile_menu_controller_unittest.mm | 242 const bool io_was_allowed = base::ThreadRestrictions::SetIOAllowed(false); 244 base::ThreadRestrictions::SetIOAllowed(io_was_allowed);
|
/external/chromium/chrome/browser/ |
D | browser_shutdown.cc | 124 base::ThreadRestrictions::SetIOAllowed(true); in Shutdown()
|
D | browser_process_impl.cc | 310 base::ThreadRestrictions::SetIOAllowed(true); in ReleaseModule() 313 NewRunnableFunction(&base::ThreadRestrictions::SetIOAllowed, true)); in ReleaseModule()
|
D | io_thread.cc | 412 base::ThreadRestrictions::SetIOAllowed(false); in Init()
|
D | browser_main.cc | 583 base::ThreadRestrictions::SetIOAllowed(false); in RunUIMessageLoop()
|
/external/chromium_org/chrome/browser/metrics/ |
D | thread_watcher.cc | 832 base::ThreadRestrictions::SetIOAllowed(false); in Init() 934 base::ThreadRestrictions::SetIOAllowed(true); in DeleteStartupWatchdog()
|
/external/chromium/chrome/browser/metrics/ |
D | thread_watcher.cc | 406 base::ThreadRestrictions::SetIOAllowed(false); in Init()
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | resource_metadata_unittest.cc | 145 base::ThreadRestrictions::SetIOAllowed(false); // For strict thread check. in SetUp() 186 base::ThreadRestrictions::SetIOAllowed(true); in TearDown()
|
/external/chromium_org/chrome_frame/test/net/ |
D | fake_external_tab.cc | 866 base::ThreadRestrictions::SetIOAllowed(true); in MainMessageLoopRun()
|
/external/chromium_org/net/disk_cache/ |
D | backend_unittest.cc | 463 bool prev = base::ThreadRestrictions::SetIOAllowed(false); in TEST_F() 468 base::ThreadRestrictions::SetIOAllowed(prev); in TEST_F() 1954 bool prev = base::ThreadRestrictions::SetIOAllowed(false); in TEST_F() 1968 base::ThreadRestrictions::SetIOAllowed(prev); in TEST_F()
|
/external/chromium_org/content/renderer/ |
D | render_thread_impl.cc | 667 base::Bind(base::IgnoreResult(&ThreadRestrictions::SetIOAllowed), in EnsureWebKitInitialized()
|