Searched defs:AssertIOAllowed (Results 1 - 3 of 3) sorted by last modified time

/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
/external/chromium_org/base/threading/
H A Dthread_restrictions.cc36 void ThreadRestrictions::AssertIOAllowed() { function in class:base::ThreadRestrictions
H A Dthread_restrictions.h109 // base::ThreadRestrictions::AssertIOAllowed();
112 // Style tip: where should you put AssertIOAllowed checks? It's best
117 // add the AssertIOAllowed checks in the helper functions.
157 static void AssertIOAllowed();
177 static void AssertIOAllowed() {} function in class:base::ThreadRestrictions

Completed in 99 milliseconds