Searched refs:SetIOAllowed (Results 1 - 8 of 8) sorted by relevance

/external/chromium/base/threading/
H A Dthread_restrictions.h22 // 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; } function in class:base::ThreadRestrictions
H A Dthread_restrictions.cc27 bool ThreadRestrictions::SetIOAllowed(bool allowed) { function in class:base::ThreadRestrictions
40 "base::ThreadRestrictions::SetIOAllowed() in this thread's "
/external/chromium/net/base/
H A Dnetwork_config_watcher_mac.cc68 base::ThreadRestrictions::SetIOAllowed(false);
/external/chromium/chrome/browser/
H A Dbrowser_shutdown.cc124 base::ThreadRestrictions::SetIOAllowed(true);
H A Dbrowser_process_impl.cc310 base::ThreadRestrictions::SetIOAllowed(true);
313 NewRunnableFunction(&base::ThreadRestrictions::SetIOAllowed, true));
H A Dio_thread.cc412 base::ThreadRestrictions::SetIOAllowed(false);
H A Dbrowser_main.cc583 base::ThreadRestrictions::SetIOAllowed(false);
/external/chromium/chrome/browser/metrics/
H A Dthread_watcher.cc406 base::ThreadRestrictions::SetIOAllowed(false);

Completed in 368 milliseconds