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.h103 // base::ThreadRestrictions::SetIOAllowed(false);
125 ScopedAllowIO() { previous_value_ = SetIOAllowed(true); }
126 ~ScopedAllowIO() { SetIOAllowed(previous_value_); }
152 static bool SetIOAllowed(bool allowed);
176 static bool SetIOAllowed(bool allowed) { return true; } function in class:base::ThreadRestrictions

Completed in 627 milliseconds