Searched refs:SetWaitAllowed (Results 1 – 2 of 2) sorted by relevance
229 static bool SetWaitAllowed(bool allowed);231 static bool SetWaitAllowed(bool allowed) { return true; } in SetWaitAllowed() function240 ScopedAllowWait() { previous_value_ = SetWaitAllowed(true); } in ScopedAllowWait()241 ~ScopedAllowWait() { SetWaitAllowed(previous_value_); } in ~ScopedAllowWait()
81 bool ThreadRestrictions::SetWaitAllowed(bool allowed) { in SetWaitAllowed() function in base::ThreadRestrictions