Home
last modified time | relevance | path

Searched defs:RepeatingClosure (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/base/functional/
H A Dcallback_forward.h20 using RepeatingClosure = RepeatingCallback<void()>; variable
/aosp_15_r20/external/libchrome/base/
H A Dcallback_forward.h22 using RepeatingClosure = RepeatingCallback<void()>; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dcallback_forward.h25 using RepeatingClosure = RepeatingCallback<void()>; variable
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/
Dcallback_forward.h25 using RepeatingClosure = RepeatingCallback<void()>; variable
/aosp_15_r20/external/cronet/base/task/
H A Dbind_post_task_unittest.cc189 TEST_F(BindPostTaskTest, RepeatingClosure) { in TEST_F() argument