Searched defs:CallbackType (Results 1 – 6 of 6) sorted by relevance
34 using CallbackType = OnceCallback<UnboundRunType>; in BindOnce() local56 using CallbackType = RepeatingCallback<UnboundRunType>; in BindRepeating() local
209 typedef Callback<void(Args...)> CallbackType; typedef
751 using CallbackType = RepeatingCallback<Signature>; typedef763 using CallbackType = OnceCallback<Signature>; typedef778 using CallbackType = typename TypeParam::template CallbackType<Signature>; typedef
24 using CallbackType = base::Callback<void(Args...)>; typedef
2975 using CallbackType = decltype(cb); in TEST_P() typedef
1220 ULONG CallbackType; member