HomeSort by relevance Sort by last modified time
    Searched defs:AssertIOAllowed (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/threading/
thread_restrictions.cc 36 void ThreadRestrictions::AssertIOAllowed() {
thread_restrictions.h 113 // base::ThreadRestrictions::AssertIOAllowed();
116 // Style tip: where should you put AssertIOAllowed checks? It's best
121 // add the AssertIOAllowed checks in the helper functions.
161 static void AssertIOAllowed();
181 static void AssertIOAllowed() {}

Completed in 1597 milliseconds