Home
last modified time | relevance | path

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

/external/chromium_org/sql/
Dconnection.h436 void AssertIOAllowed() { in AssertIOAllowed() function
498 void AssertIOAllowed() { if (connection_) connection_->AssertIOAllowed(); } in AssertIOAllowed() function
/external/chromium_org/base/threading/
Dthread_restrictions.cc36 void ThreadRestrictions::AssertIOAllowed() { in AssertIOAllowed() function in base::ThreadRestrictions
Dthread_restrictions.h177 static void AssertIOAllowed() {} in AssertIOAllowed() function