Home
last modified time | relevance | path

Searched refs:RepeatingClosure (Results 1 – 25 of 28) sorted by relevance

12

/external/libchrome/base/
Dbind_unittest.cc386 RepeatingClosure cb = BindRepeating(&TakesACallback, in TEST_F()
457 RepeatingClosure normal_func_cb = BindRepeating(IgnoreResult(&IntFunc0)); in TEST_F()
460 RepeatingClosure non_void_method_cb = in TEST_F()
464 RepeatingClosure non_void_const_method_cb = in TEST_F()
471 RepeatingClosure non_void_weak_method_cb = in TEST_F()
476 RepeatingClosure non_void_weak_const_method_cb = in TEST_F()
599 RepeatingClosure method_cb = in TEST_F()
603 RepeatingClosure const_method_cb = in TEST_F()
607 RepeatingClosure const_method_const_ptr_cb = in TEST_F()
719 RepeatingClosure own_object_cb = in TEST_F()
[all …]
Dcallback_list.h110 void set_removal_callback(const RepeatingClosure& callback) { in set_removal_callback()
194 RepeatingClosure removal_callback_;
Dbarrier_closure.h23 BASE_EXPORT RepeatingClosure BarrierClosure(int num_closures,
Dcallback_forward.h22 using RepeatingClosure = RepeatingCallback<void()>; variable
Dbarrier_closure.cc39 RepeatingClosure BarrierClosure(int num_callbacks_left, in BarrierClosure()
Dlazy_instance_unittest.cc300 base::RepeatingClosure foreground_thread_ready_callback = in TEST()
Drun_loop_unittest.cc516 const RepeatingClosure run_nested_loop = Bind([]() { in TEST_P()
/external/libchrome/base/timer/
Dtimer.h260 RepeatingClosure user_task) in RepeatingTimer()
264 RepeatingClosure user_task, in RepeatingTimer()
280 RepeatingClosure user_task) in RetainingOneShotTimer()
284 RepeatingClosure user_task, in RetainingOneShotTimer()
/external/libchrome/mojo/public/cpp/bindings/
Dsequence_local_sync_event_watcher.h33 const base::RepeatingClosure& callback);
61 const base::RepeatingClosure callback_;
Dbinding_set.h76 void set_connection_error_handler(base::RepeatingClosure error_handler) {
307 base::RepeatingClosure error_handler_;
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DV4L2DevicePoller.h48 bool startPolling(EventCallback eventCallback, base::RepeatingClosure errorCallback);
73 base::RepeatingClosure mErrorCallback;
DV4L2Device.h441 base::RepeatingClosure errorCallback);
/external/libchrome/base/task_scheduler/
Dscheduler_worker_pool_impl_unittest.cc565 RepeatingClosure all_workers_running_barrier = BarrierClosure( in FloodPool()
819 RepeatingClosure thread_blocker = BindLambdaForTesting([&]() { in TEST_F()
909 RepeatingClosure thread_blocker = BindLambdaForTesting([&]() { in TEST_F()
1018 RepeatingClosure blocking_threads_running_closure = BarrierClosure( in SaturateWithBlockingTasks()
1125 RepeatingClosure extra_threads_running_barrier = BarrierClosure( in TEST_P()
1172 RepeatingClosure threads_running_barrier = BarrierClosure( in TEST_P()
1341 RepeatingClosure threads_running_barrier = BarrierClosure( in TEST()
1346 RepeatingClosure closure = BindRepeating( in TEST()
1367 RepeatingClosure extra_threads_running_barrier = BarrierClosure( in TEST()
1414 RepeatingClosure early_threads_barrier_closure = in TEST_F()
[all …]
/external/libchrome/mojo/public/cpp/system/tests/
Ddata_pipe_drainer_unittest.cc16 base::RepeatingClosure BindLambda(Functor callable) { in BindLambda()
31 base::RepeatingClosure completion_callback_;
/external/libchrome/base/task/sequence_manager/
Dthread_controller_impl.h115 RepeatingClosure immediate_do_work_closure_;
116 RepeatingClosure delayed_do_work_closure_;
Dsequence_manager_perftest.cc176 void Benchmark(const std::string& trace, const RepeatingClosure& test_task) { in Benchmark()
203 RepeatingClosure delayed_task_closure_;
204 RepeatingClosure immediate_task_closure_;
Dtask_queue_selector_unittest.cc182 RepeatingClosure test_closure_;
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.h55 base::RepeatingClosure QuitClosure() const;
Dbase_message_loop.cc156 base::RepeatingClosure BaseMessageLoop::QuitClosure() const { in QuitClosure()
/external/v4l2_codec2/common/
DV4L2DevicePoller.cpp33 base::RepeatingClosure errorCallback) { in startPolling()
/external/libchrome/mojo/core/
Dchannel_unittest.cc191 base::RepeatingClosure quit_closure) in ChannelTestShutdownAndWriteDelegate()
234 base::RepeatingClosure quit_closure_;
Dinvitation_unittest.cc583 void set_error_callback(base::RepeatingClosure callback) { in set_error_callback()
608 base::RepeatingClosure error_callback_;
/external/libchrome/base/message_loop/
Dmessage_loop_perftest.cc149 RepeatingClosure task_to_run = in Run()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dsequence_local_sync_event_watcher.cc262 const base::RepeatingClosure& callback) in SequenceLocalSyncEventWatcher()
/external/libchrome/ipc/
Dipc_channel_mojo_unittest.cc1005 void set_ping_handler(const base::RepeatingClosure& handler) { in set_ping_handler()
1025 base::RepeatingClosure ping_handler_;

12