Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread_restrictions.cc129 bool ThreadRestrictions::SetIOAllowed(bool allowed) { in SetIOAllowed() function in base::ThreadRestrictions
Dthread_restrictions.h446 static bool SetIOAllowed(bool allowed) { return true; } in SetIOAllowed() function