Searched refs:SetIOAllowed (Results 1 – 2 of 2) sorted by relevance
122 : was_allowed_(SetIOAllowed(true)) {} in ScopedAllowIO()125 SetIOAllowed(was_allowed_); in ~ScopedAllowIO()129 bool ThreadRestrictions::SetIOAllowed(bool allowed) { in SetIOAllowed() function in base::ThreadRestrictions
428 static bool SetIOAllowed(bool allowed);446 static bool SetIOAllowed(bool allowed) { return true; } in SetIOAllowed() function