Home
last modified time | relevance | path

Searched defs:SetSingletonAllowed (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/threading/
Dthread_restrictions.cc136 bool ThreadRestrictions::SetSingletonAllowed(bool allowed) { in SetSingletonAllowed() function in base::ThreadRestrictions
Dthread_restrictions.h447 static bool SetSingletonAllowed(bool allowed) { return true; } in SetSingletonAllowed() function