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

/external/chromium_org/base/threading/
H A Dthread_restrictions.cc29 bool ThreadRestrictions::SetIOAllowed(bool allowed) { function in class:base::ThreadRestrictions
42 "base::ThreadRestrictions::SetIOAllowed() in this thread's "
H A Dthread_restrictions.h96 // base::ThreadRestrictions::SetIOAllowed(false);
118 ScopedAllowIO() { previous_value_ = SetIOAllowed(true); }
119 ~ScopedAllowIO() { SetIOAllowed(previous_value_); }
145 static bool SetIOAllowed(bool allowed);
169 static bool SetIOAllowed(bool allowed) { return true; } function in class:base::ThreadRestrictions

Completed in 146 milliseconds