Home
last modified time | relevance | path

Searched defs:CallbackType (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/
Dbind.h34 using CallbackType = OnceCallback<UnboundRunType>; in BindOnce() local
56 using CallbackType = RepeatingCallback<UnboundRunType>; in BindRepeating() local
Dcallback_list.h209 typedef Callback<void(Args...)> CallbackType; typedef
Dbind_unittest.cc751 using CallbackType = RepeatingCallback<Signature>; typedef
763 using CallbackType = OnceCallback<Signature>; typedef
778 using CallbackType = typename TypeParam::template CallbackType<Signature>; typedef
/external/libmojo/mojo/public/cpp/bindings/tests/
Dsync_method_unittest.cc24 using CallbackType = base::Callback<void(Args...)>; typedef
/external/boringssl/src/ssl/
Dssl_test.cc2975 using CallbackType = decltype(cb); in TEST_P() typedef
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1220 ULONG CallbackType; member