SetIOAllowed 118 base/threading/thread_restrictions.h ScopedAllowIO() { previous_value_ = SetIOAllowed(true); } SetIOAllowed 119 base/threading/thread_restrictions.h ~ScopedAllowIO() { SetIOAllowed(previous_value_); } SetIOAllowed 145 base/threading/thread_restrictions.h static bool SetIOAllowed(bool allowed); SetIOAllowed 169 base/threading/thread_restrictions.h static bool SetIOAllowed(bool allowed) { return true; } SetIOAllowed 855 chrome/browser/metrics/thread_watcher.cc base::ThreadRestrictions::SetIOAllowed(false); SetIOAllowed 958 chrome/browser/metrics/thread_watcher.cc base::ThreadRestrictions::SetIOAllowed(true); SetIOAllowed 714 content/browser/browser_main_loop.cc base::ThreadRestrictions::SetIOAllowed(false); SetIOAllowed 741 content/browser/browser_main_loop.cc base::ThreadRestrictions::SetIOAllowed(true); SetIOAllowed 744 content/browser/browser_main_loop.cc base::Bind(base::IgnoreResult(&base::ThreadRestrictions::SetIOAllowed), SetIOAllowed 42 content/browser/browser_process_sub_thread.cc base::ThreadRestrictions::SetIOAllowed(false); SetIOAllowed 243 content/public/test/browser_test_base.cc base::ThreadRestrictions::SetIOAllowed(true); SetIOAllowed 246 content/public/test/browser_test_base.cc base::Bind(base::IgnoreResult(&base::ThreadRestrictions::SetIOAllowed), SetIOAllowed 749 content/renderer/render_thread_impl.cc base::Bind(base::IgnoreResult(&ThreadRestrictions::SetIOAllowed), SetIOAllowed 41 dbus/end_to_end_async_unittest.cc base::ThreadRestrictions::SetIOAllowed(false); SetIOAllowed 122 dbus/end_to_end_async_unittest.cc base::ThreadRestrictions::SetIOAllowed(true); SetIOAllowed 63 dbus/object_manager_unittest.cc base::ThreadRestrictions::SetIOAllowed(false); SetIOAllowed 103 dbus/object_manager_unittest.cc base::ThreadRestrictions::SetIOAllowed(true); SetIOAllowed 53 dbus/property_unittest.cc base::ThreadRestrictions::SetIOAllowed(false); SetIOAllowed 96 dbus/property_unittest.cc base::ThreadRestrictions::SetIOAllowed(true); SetIOAllowed 34 dbus/signal_sender_verification_unittest.cc base::ThreadRestrictions::SetIOAllowed(false); SetIOAllowed 101 dbus/signal_sender_verification_unittest.cc base::ThreadRestrictions::SetIOAllowed(true); SetIOAllowed 157 dbus/signal_sender_verification_unittest.cc base::ThreadRestrictions::SetIOAllowed(true); SetIOAllowed 159 dbus/signal_sender_verification_unittest.cc base::ThreadRestrictions::SetIOAllowed(false); SetIOAllowed 70 net/base/network_config_watcher_mac.cc base::ThreadRestrictions::SetIOAllowed(false); SetIOAllowed 466 net/disk_cache/backend_unittest.cc bool prev = base::ThreadRestrictions::SetIOAllowed(false); SetIOAllowed 471 net/disk_cache/backend_unittest.cc base::ThreadRestrictions::SetIOAllowed(prev); SetIOAllowed 1967 net/disk_cache/backend_unittest.cc bool prev = base::ThreadRestrictions::SetIOAllowed(false); SetIOAllowed 1981 net/disk_cache/backend_unittest.cc base::ThreadRestrictions::SetIOAllowed(prev);