Searched refs:SetWaitAllowed (Results 1 – 2 of 2) sorted by relevance
244 static bool SetWaitAllowed(bool allowed);246 static bool SetWaitAllowed(bool) { return true; } in SetWaitAllowed() function255 ScopedAllowWait() { previous_value_ = SetWaitAllowed(true); } in ScopedAllowWait()256 ~ScopedAllowWait() { SetWaitAllowed(previous_value_); } in ~ScopedAllowWait()
77 bool ThreadRestrictions::SetWaitAllowed(bool allowed) { in SetWaitAllowed() function in base::ThreadRestrictions