HomeSort by relevance Sort by last modified time
    Searched refs:SetIOAllowed (Results 1 - 23 of 23) sorted by null

  /external/chromium/base/threading/
thread_restrictions.h 22 // base::ThreadRestrictions::SetIOAllowed(false);
45 ScopedAllowIO() { previous_value_ = SetIOAllowed(true); }
46 ~ScopedAllowIO() { SetIOAllowed(previous_value_); }
72 static bool SetIOAllowed(bool allowed);
89 static bool SetIOAllowed(bool allowed) { return true; }
thread_restrictions.cc 27 bool ThreadRestrictions::SetIOAllowed(bool allowed) {
40 "base::ThreadRestrictions::SetIOAllowed() in this thread's "
  /external/chromium_org/base/threading/
thread_restrictions.h 94 // base::ThreadRestrictions::SetIOAllowed(false);
116 ScopedAllowIO() { previous_value_ = SetIOAllowed(true); }
117 ~ScopedAllowIO() { SetIOAllowed(previous_value_); }
143 static bool SetIOAllowed(bool allowed);
167 static bool SetIOAllowed(bool allowed) { return true; }
thread_restrictions.cc 29 bool ThreadRestrictions::SetIOAllowed(bool allowed) {
42 "base::ThreadRestrictions::SetIOAllowed() in this thread's "
  /external/chromium_org/content/browser/
browser_process_sub_thread.cc 42 base::ThreadRestrictions::SetIOAllowed(false);
browser_main_loop.cc 660 base::ThreadRestrictions::SetIOAllowed(false);
686 base::ThreadRestrictions::SetIOAllowed(true);
689 base::Bind(base::IgnoreResult(&base::ThreadRestrictions::SetIOAllowed),
    [all...]
  /external/chromium_org/content/public/test/
browser_test_base.cc 159 base::ThreadRestrictions::SetIOAllowed(true);
162 base::Bind(base::IgnoreResult(&base::ThreadRestrictions::SetIOAllowed),
  /external/chromium/net/base/
network_config_watcher_mac.cc 68 base::ThreadRestrictions::SetIOAllowed(false);
  /external/chromium_org/dbus/
signal_sender_verification_unittest.cc 34 base::ThreadRestrictions::SetIOAllowed(false);
101 base::ThreadRestrictions::SetIOAllowed(true);
160 base::ThreadRestrictions::SetIOAllowed(true);
162 base::ThreadRestrictions::SetIOAllowed(false);
property_unittest.cc 51 base::ThreadRestrictions::SetIOAllowed(false);
94 base::ThreadRestrictions::SetIOAllowed(true);
object_manager_unittest.cc 63 base::ThreadRestrictions::SetIOAllowed(false);
103 base::ThreadRestrictions::SetIOAllowed(true);
end_to_end_async_unittest.cc 41 base::ThreadRestrictions::SetIOAllowed(false);
122 base::ThreadRestrictions::SetIOAllowed(true);
  /external/chromium_org/net/base/
network_config_watcher_mac.cc 70 base::ThreadRestrictions::SetIOAllowed(false);
  /external/chromium/chrome/browser/
browser_shutdown.cc 124 base::ThreadRestrictions::SetIOAllowed(true);
browser_process_impl.cc 310 base::ThreadRestrictions::SetIOAllowed(true);
313 NewRunnableFunction(&base::ThreadRestrictions::SetIOAllowed, true));
    [all...]
io_thread.cc 412 base::ThreadRestrictions::SetIOAllowed(false);
browser_main.cc 583 base::ThreadRestrictions::SetIOAllowed(false);
    [all...]
  /external/chromium/chrome/browser/metrics/
thread_watcher.cc 406 base::ThreadRestrictions::SetIOAllowed(false);
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.cc 821 base::ThreadRestrictions::SetIOAllowed(false);
925 base::ThreadRestrictions::SetIOAllowed(true);
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.cc 847 base::ThreadRestrictions::SetIOAllowed(true);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_unittest.cc 121 base::ThreadRestrictions::SetIOAllowed(false); // For strict thread check.
162 base::ThreadRestrictions::SetIOAllowed(true);
    [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc 684 base::Bind(base::IgnoreResult(&ThreadRestrictions::SetIOAllowed),
    [all...]
  /external/chromium_org/net/disk_cache/
backend_unittest.cc 312 bool prev = base::ThreadRestrictions::SetIOAllowed(false);
317 base::ThreadRestrictions::SetIOAllowed(prev);
    [all...]

Completed in 354 milliseconds