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

/external/chromium_org/base/threading/
H A Dthread_restrictions.cc36 void ThreadRestrictions::AssertIOAllowed() { function in class:base::ThreadRestrictions
H A Dthread_restrictions.h102 // base::ThreadRestrictions::AssertIOAllowed();
105 // Style tip: where should you put AssertIOAllowed checks? It's best
110 // add the AssertIOAllowed checks in the helper functions.
150 static void AssertIOAllowed();
170 static void AssertIOAllowed() {} function in class:base::ThreadRestrictions
/external/chromium_org/sql/
H A Dconnection.h436 void AssertIOAllowed() { function in class:sql::Connection
438 base::ThreadRestrictions::AssertIOAllowed();
498 void AssertIOAllowed() { if (connection_) connection_->AssertIOAllowed(); } function in class:sql::Connection::StatementRef

Completed in 191 milliseconds