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

  /external/chromium/base/threading/
thread_restrictions.cc 27 bool ThreadRestrictions::SetIOAllowed(bool allowed) {
40 "base::ThreadRestrictions::SetIOAllowed() in this thread's "
thread_restrictions.h 22 // base::ThreadRestrictions::SetIOAllowed(false);
45 ScopedAllowIO() { previous_value_ = SetIOAllowed(true); }
46 ~ScopedAllowIO() { SetIOAllowed(previous_value_); }
72 static bool SetIOAllowed(bool allowed);
89 static bool SetIOAllowed(bool allowed) { return true; }
  /external/chromium_org/base/threading/
thread_restrictions.cc 29 bool ThreadRestrictions::SetIOAllowed(bool allowed) {
42 "base::ThreadRestrictions::SetIOAllowed() in this thread's "
thread_restrictions.h 94 // base::ThreadRestrictions::SetIOAllowed(false);
116 ScopedAllowIO() { previous_value_ = SetIOAllowed(true); }
117 ~ScopedAllowIO() { SetIOAllowed(previous_value_); }
143 static bool SetIOAllowed(bool allowed);
167 static bool SetIOAllowed(bool allowed) { return true; }

Completed in 304 milliseconds