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

  /external/libmojo/mojo/public/cpp/bindings/
sync_call_restrictions.h 71 static void IncreaseScopedAllowCount();
74 static void IncreaseScopedAllowCount() {}
85 ScopedAllowSyncCall() { IncreaseScopedAllowCount(); }
  /external/libmojo/mojo/public/cpp/bindings/lib/
sync_call_restrictions.cc 27 void IncreaseScopedAllowCount() { scoped_allow_count_++; }
82 void SyncCallRestrictions::IncreaseScopedAllowCount() {
83 SyncCallSettings::current()->IncreaseScopedAllowCount();

Completed in 170 milliseconds