Home
last modified time | relevance | path

Searched refs:DecreaseScopedAllowCount (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/
Dsync_call_restrictions.h119 static void DecreaseScopedAllowCount();
122 static void DecreaseScopedAllowCount() {} in DecreaseScopedAllowCount() function
133 ~ScopedAllowSyncCall() { DecreaseScopedAllowCount(); } in ~ScopedAllowSyncCall()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dsync_call_restrictions.cc80 void SyncCallRestrictions::DecreaseScopedAllowCount() { in DecreaseScopedAllowCount() function in mojo::SyncCallRestrictions