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

  /external/libmojo/mojo/public/cpp/bindings/
sync_call_restrictions.h 29 // security and stability reasons. SyncCallRestrictions helps to enforce such
33 // SyncCallRestrictions::AssertSyncCallAllowed() to check whether sync calls are
39 class SyncCallRestrictions {
89 DISALLOW_IMPLICIT_CONSTRUCTORS(SyncCallRestrictions);
  /external/libmojo/mojo/public/cpp/bindings/lib/
sync_call_restrictions.cc 69 void SyncCallRestrictions::AssertSyncCallAllowed() {
74 << "SyncCallRestrictions::ScopedAllowSyncCall and consult "
80 void SyncCallRestrictions::IncreaseScopedAllowCount() {
85 void SyncCallRestrictions::DecreaseScopedAllowCount() {
interface_endpoint_client.cc 232 SyncCallRestrictions::AssertSyncCallAllowed();
router.cc 169 SyncCallRestrictions::AssertSyncCallAllowed();
  /external/libchrome/base/threading/
thread_restrictions.h 63 class SyncCallRestrictions;
214 friend class mojo::SyncCallRestrictions;

Completed in 108 milliseconds