Searched refs:SetSingletonAllowed (Results 1 – 3 of 3) sorted by relevance
432 static bool SetSingletonAllowed(bool allowed);447 static bool SetSingletonAllowed(bool allowed) { return true; } in SetSingletonAllowed() function
136 bool ThreadRestrictions::SetSingletonAllowed(bool allowed) { in SetSingletonAllowed() function in base::ThreadRestrictions
62 base::ThreadRestrictions::SetSingletonAllowed(false); in ThreadFunc()