| /third_party/cef/tests/ceftests/ |
| D | thread_helper.h | 24 #define WaitForIOThreadWithDelay(delay_ms) WaitForThread(TID_IO, delay_ms) argument 25 #define WaitForUIThreadWithDelay(delay_ms) WaitForThread(TID_UI, delay_ms) argument 26 #define WaitForFILEThreadWithDelay(delay_ms) \ argument
|
| D | thread_helper.cc | 15 void WaitForThread(CefThreadId thread_id, int64 delay_ms) { in WaitForThread() 22 void WaitForThread(CefRefPtr<CefTaskRunner> task_runner, int64 delay_ms) { in WaitForThread()
|
| D | test_handler.cc | 155 int delay_ms) { in PostDelayedTask()
|
| /third_party/cef/tests/shared/browser/ |
| D | main_message_loop_external_pump_win.cc | 106 void MainMessageLoopExternalPumpWin::OnScheduleMessagePumpWork(int64 delay_ms) { in OnScheduleMessagePumpWork() 112 void MainMessageLoopExternalPumpWin::SetTimer(int64 delay_ms) { in SetTimer() 136 const int64 delay_ms = static_cast<int64>(lparam); in WndProc() local
|
| D | main_message_loop_external_pump_linux.cc | 227 int64 delay_ms) { in OnScheduleMessagePumpWork() 251 int64 delay_ms[2]; in HandleCheck() local 276 void MainMessageLoopExternalPumpLinux::SetTimer(int64 delay_ms) { in SetTimer()
|
| D | main_message_loop_external_pump.cc | 43 void MainMessageLoopExternalPump::OnScheduleWork(int64 delay_ms) { in OnScheduleWork()
|
| /third_party/cef/libcef_dll/wrapper/ |
| D | cef_closure_task.cc | 70 int64 delay_ms) { in CefPostDelayedTask() 77 int64 delay_ms) { in CefPostDelayedTask()
|
| D | libcef_dll_wrapper.cc | 728 int64 delay_ms) { in CefPostDelayedTask()
|
| D | libcef_dll_dylib.cc | 1207 int64 delay_ms) { in cef_post_delayed_task()
|
| /third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/ |
| D | EchoEffect.h | 26 EchoEffect(float feedback, float delay_ms): in EchoEffect()
|
| D | SlapbackEffect.h | 23 SlapbackEffect(float feedforward, float delay_ms): in SlapbackEffect()
|
| D | WhiteChorusEffect.h | 25 WhiteChorusEffect(float depth_ms, float delay_ms, float noise_pass): in WhiteChorusEffect()
|
| D | DoublingEffect.h | 26 DoublingEffect(float depth_ms, float delay_ms, float noise_pass): in DoublingEffect()
|
| /third_party/cef/include/ |
| D | cef_browser_process_handler.h | 85 virtual void OnScheduleMessagePumpWork(int64 delay_ms) {} in OnScheduleMessagePumpWork()
|
| /third_party/cef/libcef/common/ |
| D | task_impl.cc | 37 int64 delay_ms) { in CefPostDelayedTask()
|
| D | task_runner_impl.cc | 145 int64 delay_ms) { in PostDelayedTask()
|
| /third_party/cef/libcef/renderer/ |
| D | thread_util.h | 36 #define CEF_POST_DELAYED_TASK_RT(task, delay_ms) \ argument
|
| /third_party/cef/libcef_dll/ctocpp/ |
| D | browser_process_handler_ctocpp.cc | 53 void CefBrowserProcessHandlerCToCpp::OnScheduleMessagePumpWork(int64 delay_ms) { in OnScheduleMessagePumpWork()
|
| D | task_runner_ctocpp.cc | 128 int64 delay_ms) { in PostDelayedTask()
|
| /third_party/cef/libcef_dll/cpptoc/ |
| D | browser_process_handler_cpptoc.cc | 55 int64 delay_ms) { in browser_process_handler_on_schedule_message_pump_work()
|
| D | task_runner_cpptoc.cc | 130 int64 delay_ms) { in task_runner_post_delayed_task()
|
| /third_party/cef/libcef/browser/ |
| D | thread_util.h | 46 #define CEF_POST_DELAYED_TASK(id, task, delay_ms) \ argument
|
| /third_party/libfuse/test/ |
| D | test_write_cache.c | 38 int delay_ms; member
|
| /third_party/cef/libcef_dll/ |
| D | libcef_dll.cc | 765 int64 delay_ms) { in cef_post_delayed_task()
|
| /third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
| D | gstrtpjitterbuffer.c | 3869 guint delay, delay_ms, avg_rtx_rtt_ms; in do_expected_timeout() local
|