HomeSort by relevance Sort by last modified time
    Searched full:previous_disallowed (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/threading/
thread_restrictions.cc 28 bool previous_disallowed = g_io_disallowed.Get().Get(); local
30 return !previous_disallowed;
46 bool previous_disallowed = g_singleton_disallowed.Get().Get(); local
48 return !previous_disallowed;

Completed in 48 milliseconds