/external/libchrome/base/ |
D | bind_unittest.cc | 386 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 …]
|
D | callback_list.h | 110 void set_removal_callback(const RepeatingClosure& callback) { in set_removal_callback() 194 RepeatingClosure removal_callback_;
|
D | barrier_closure.h | 23 BASE_EXPORT RepeatingClosure BarrierClosure(int num_closures,
|
D | callback_forward.h | 22 using RepeatingClosure = RepeatingCallback<void()>; variable
|
D | barrier_closure.cc | 39 RepeatingClosure BarrierClosure(int num_callbacks_left, in BarrierClosure()
|
D | lazy_instance_unittest.cc | 300 base::RepeatingClosure foreground_thread_ready_callback = in TEST()
|
D | run_loop_unittest.cc | 516 const RepeatingClosure run_nested_loop = Bind([]() { in TEST_P()
|
/external/libchrome/base/timer/ |
D | timer.h | 260 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/ |
D | sequence_local_sync_event_watcher.h | 33 const base::RepeatingClosure& callback); 61 const base::RepeatingClosure callback_;
|
D | binding_set.h | 76 void set_connection_error_handler(base::RepeatingClosure error_handler) { 307 base::RepeatingClosure error_handler_;
|
/external/v4l2_codec2/common/include/v4l2_codec2/common/ |
D | V4L2DevicePoller.h | 48 bool startPolling(EventCallback eventCallback, base::RepeatingClosure errorCallback); 73 base::RepeatingClosure mErrorCallback;
|
D | V4L2Device.h | 441 base::RepeatingClosure errorCallback);
|
/external/libchrome/base/task_scheduler/ |
D | scheduler_worker_pool_impl_unittest.cc | 565 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/ |
D | data_pipe_drainer_unittest.cc | 16 base::RepeatingClosure BindLambda(Functor callable) { in BindLambda() 31 base::RepeatingClosure completion_callback_;
|
/external/libchrome/base/task/sequence_manager/ |
D | thread_controller_impl.h | 115 RepeatingClosure immediate_do_work_closure_; 116 RepeatingClosure delayed_do_work_closure_;
|
D | sequence_manager_perftest.cc | 176 void Benchmark(const std::string& trace, const RepeatingClosure& test_task) { in Benchmark() 203 RepeatingClosure delayed_task_closure_; 204 RepeatingClosure immediate_task_closure_;
|
D | task_queue_selector_unittest.cc | 182 RepeatingClosure test_closure_;
|
/external/libbrillo/brillo/message_loops/ |
D | base_message_loop.h | 55 base::RepeatingClosure QuitClosure() const;
|
D | base_message_loop.cc | 156 base::RepeatingClosure BaseMessageLoop::QuitClosure() const { in QuitClosure()
|
/external/v4l2_codec2/common/ |
D | V4L2DevicePoller.cpp | 33 base::RepeatingClosure errorCallback) { in startPolling()
|
/external/libchrome/mojo/core/ |
D | channel_unittest.cc | 191 base::RepeatingClosure quit_closure) in ChannelTestShutdownAndWriteDelegate() 234 base::RepeatingClosure quit_closure_;
|
D | invitation_unittest.cc | 583 void set_error_callback(base::RepeatingClosure callback) { in set_error_callback() 608 base::RepeatingClosure error_callback_;
|
/external/libchrome/base/message_loop/ |
D | message_loop_perftest.cc | 149 RepeatingClosure task_to_run = in Run()
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | sequence_local_sync_event_watcher.cc | 262 const base::RepeatingClosure& callback) in SequenceLocalSyncEventWatcher()
|
/external/libchrome/ipc/ |
D | ipc_channel_mojo_unittest.cc | 1005 void set_ping_handler(const base::RepeatingClosure& handler) { in set_ping_handler() 1025 base::RepeatingClosure ping_handler_;
|