Home
last modified time | relevance | path

Searched refs:SetIOAllowed (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/threading/
Dthread_restrictions.cc122 : was_allowed_(SetIOAllowed(true)) {} in ScopedAllowIO()
125 SetIOAllowed(was_allowed_); in ~ScopedAllowIO()
129 bool ThreadRestrictions::SetIOAllowed(bool allowed) { in SetIOAllowed() function in base::ThreadRestrictions
Dthread_restrictions.h428 static bool SetIOAllowed(bool allowed);
446 static bool SetIOAllowed(bool allowed) { return true; } in SetIOAllowed() function