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 64 static void IncreaseScopedAllowCount();
67 static void IncreaseScopedAllowCount() {}
78 ScopedAllowSyncCall() { IncreaseScopedAllowCount(); }
  /external/libmojo/mojo/public/cpp/bindings/lib/
sync_call_restrictions.cc 26 void IncreaseScopedAllowCount() { scoped_allow_count_++; }
80 void SyncCallRestrictions::IncreaseScopedAllowCount() {
81 SyncCallSettings::current()->IncreaseScopedAllowCount();

Completed in 518 milliseconds