Searched defs:AssertIOAllowed (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/threading/
H A Dthread_restrictions.cc34 void ThreadRestrictions::AssertIOAllowed() { function in class:base::ThreadRestrictions
H A Dthread_restrictions.h28 // base::ThreadRestrictions::AssertIOAllowed();
32 // Style tip: where should you put AssertIOAllowed checks? It's best
37 // add the AssertIOAllowed checks in the helper functions.
77 static void AssertIOAllowed();
90 static void AssertIOAllowed() {} function in class:base::ThreadRestrictions

Completed in 102 milliseconds