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

  /external/chromium/base/threading/
thread_restrictions.cc 34 void ThreadRestrictions::AssertIOAllowed() {
thread_restrictions.h 28 // 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() {}
  /external/chromium_org/base/threading/
thread_restrictions.cc 36 void ThreadRestrictions::AssertIOAllowed() {
thread_restrictions.h 100 // base::ThreadRestrictions::AssertIOAllowed();
103 // Style tip: where should you put AssertIOAllowed checks? It's best
108 // add the AssertIOAllowed checks in the helper functions.
148 static void AssertIOAllowed();
168 static void AssertIOAllowed() {}
  /external/chromium_org/sql/
connection.h 422 void AssertIOAllowed() {
424 base::ThreadRestrictions::AssertIOAllowed();
485 void AssertIOAllowed() { if (connection_) connection_->AssertIOAllowed(); }

Completed in 382 milliseconds