Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc754 using CallbackType = RepeatingCallback<Signature>; typedef
766 using CallbackType = OnceCallback<Signature>; typedef
781 using CallbackType = typename TypeParam::template CallbackType<Signature>; typedef
/external/libchrome/mojo/public/cpp/bindings/tests/
Dsync_method_unittest.cc27 using CallbackType = base::Callback<void(Args...)>; typedef
/external/boringssl/src/ssl/
Dssl_test.cc2994 using CallbackType = decltype(cb); in TEST_P() typedef
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1220 ULONG CallbackType; member