Searched refs:SetWaitAllowed (Results 1 – 2 of 2) sorted by relevance
161 bool ThreadRestrictions::SetWaitAllowed(bool allowed) { in SetWaitAllowed() function in base::ThreadRestrictions168 : was_allowed_(SetWaitAllowed(true)) {} in ScopedAllowWait()171 SetWaitAllowed(was_allowed_); in ~ScopedAllowWait()
508 static bool SetWaitAllowed(bool allowed);510 static bool SetWaitAllowed(bool allowed) { return true; } in SetWaitAllowed() function