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

  /external/libchrome/mojo/public/cpp/bindings/lib/
sync_call_restrictions.cc 56 void SyncCallRestrictions::AssertSyncCallAllowed() {
65 << "SyncCallRestrictions::ScopedAllowSyncCall and consult "
70 void SyncCallRestrictions::DisallowSyncCall() {
75 void SyncCallRestrictions::IncreaseScopedAllowCount() {
80 void SyncCallRestrictions::DecreaseScopedAllowCount() {
interface_endpoint_client.cc 277 SyncCallRestrictions::AssertSyncCallAllowed();
  /external/libchrome/mojo/public/cpp/bindings/
sync_call_restrictions.h 54 // security and stability reasons. SyncCallRestrictions helps to enforce such
58 // SyncCallRestrictions::AssertSyncCallAllowed() to check whether sync calls are
66 class MOJO_CPP_BINDINGS_EXPORT SyncCallRestrictions {
143 DISALLOW_IMPLICIT_CONSTRUCTORS(SyncCallRestrictions);
152 SyncCallRestrictions::ScopedAllowSyncCall scoped_allow_sync_call_;
thread_safe_interface_ptr.h 125 SyncCallRestrictions::AssertSyncCallAllowed();
  /external/libchrome/base/threading/
thread_restrictions.h 86 class SyncCallRestrictions;
477 friend class mojo::SyncCallRestrictions;

Completed in 1039 milliseconds