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

  /external/chromium_org/base/threading/
thread_restrictions.cc 30 bool previous_disallowed = g_io_disallowed.Get().Get(); local
32 return !previous_disallowed;
49 bool previous_disallowed = g_singleton_disallowed.Get().Get(); local
51 return !previous_disallowed;
78 bool previous_disallowed = g_wait_disallowed.Get().Get(); local
80 return !previous_disallowed;
  /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 161 milliseconds