Home
last modified time | relevance | path

Searched refs:SyncCallRestrictions (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dsync_call_restrictions.cc56 void SyncCallRestrictions::AssertSyncCallAllowed() { in AssertSyncCallAllowed()
70 void SyncCallRestrictions::DisallowSyncCall() { in DisallowSyncCall()
75 void SyncCallRestrictions::IncreaseScopedAllowCount() { in IncreaseScopedAllowCount()
80 void SyncCallRestrictions::DecreaseScopedAllowCount() { in DecreaseScopedAllowCount()
Dinterface_endpoint_client.cc277 SyncCallRestrictions::AssertSyncCallAllowed(); in AcceptWithResponder()
/external/libchrome/mojo/public/cpp/bindings/
Dsync_call_restrictions.h66 class MOJO_CPP_BINDINGS_EXPORT SyncCallRestrictions {
143 DISALLOW_IMPLICIT_CONSTRUCTORS(SyncCallRestrictions);
152 SyncCallRestrictions::ScopedAllowSyncCall scoped_allow_sync_call_;
Dthread_safe_interface_ptr.h125 SyncCallRestrictions::AssertSyncCallAllowed(); in AcceptWithResponder()
/external/libchrome/base/threading/
Dthread_restrictions.h86 class SyncCallRestrictions; variable
477 friend class mojo::SyncCallRestrictions;