Searched defs:SetIOAllowed (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/threading/
H A Dthread_restrictions.cc27 bool ThreadRestrictions::SetIOAllowed(bool allowed) { function in class:base::ThreadRestrictions
40 "base::ThreadRestrictions::SetIOAllowed() in this thread's "
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

Completed in 102 milliseconds