Home
last modified time | relevance | path

Searched defs:delay_ms (Results 1 – 25 of 29) sorted by relevance

12

/third_party/cef/tests/ceftests/
Dthread_helper.h24 #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
Dthread_helper.cc15 void WaitForThread(CefThreadId thread_id, int64 delay_ms) { in WaitForThread()
22 void WaitForThread(CefRefPtr<CefTaskRunner> task_runner, int64 delay_ms) { in WaitForThread()
Dtest_handler.cc155 int delay_ms) { in PostDelayedTask()
/third_party/cef/tests/shared/browser/
Dmain_message_loop_external_pump_win.cc106 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
Dmain_message_loop_external_pump_linux.cc227 int64 delay_ms) { in OnScheduleMessagePumpWork()
251 int64 delay_ms[2]; in HandleCheck() local
276 void MainMessageLoopExternalPumpLinux::SetTimer(int64 delay_ms) { in SetTimer()
Dmain_message_loop_external_pump.cc43 void MainMessageLoopExternalPump::OnScheduleWork(int64 delay_ms) { in OnScheduleWork()
/third_party/cef/libcef_dll/wrapper/
Dcef_closure_task.cc70 int64 delay_ms) { in CefPostDelayedTask()
77 int64 delay_ms) { in CefPostDelayedTask()
Dlibcef_dll_wrapper.cc728 int64 delay_ms) { in CefPostDelayedTask()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/
DSlapbackEffect.h23 SlapbackEffect(float feedforward, float delay_ms): in SlapbackEffect()
DEchoEffect.h26 EchoEffect(float feedback, float delay_ms): in EchoEffect()
DWhiteChorusEffect.h25 WhiteChorusEffect(float depth_ms, float delay_ms, float noise_pass): in WhiteChorusEffect()
DDoublingEffect.h26 DoublingEffect(float depth_ms, float delay_ms, float noise_pass): in DoublingEffect()
/third_party/cef/include/
Dcef_browser_process_handler.h85 virtual void OnScheduleMessagePumpWork(int64 delay_ms) {} in OnScheduleMessagePumpWork()
/third_party/cef/libcef/common/
Dtask_impl.cc37 int64 delay_ms) { in CefPostDelayedTask()
Dtask_runner_impl.cc145 int64 delay_ms) { in PostDelayedTask()
/third_party/cef/libcef/renderer/
Dthread_util.h36 #define CEF_POST_DELAYED_TASK_RT(task, delay_ms) \ argument
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_process_handler_ctocpp.cc53 void CefBrowserProcessHandlerCToCpp::OnScheduleMessagePumpWork(int64 delay_ms) { in OnScheduleMessagePumpWork()
Dtask_runner_ctocpp.cc128 int64 delay_ms) { in PostDelayedTask()
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_process_handler_cpptoc.cc55 int64 delay_ms) { in browser_process_handler_on_schedule_message_pump_work()
Dtask_runner_cpptoc.cc130 int64 delay_ms) { in task_runner_post_delayed_task()
/third_party/node/deps/v8/src/d8/
Dd8-platforms.cc258 DelayedTask(std::unique_ptr<Task> task, int32_t delay_ms) in DelayedTask()
273 DelayedIdleTask(std::unique_ptr<IdleTask> task, int32_t delay_ms) in DelayedIdleTask()
288 DelayedJob(std::unique_ptr<JobTask> job_task, int32_t delay_ms) in DelayedJob()
/third_party/node/deps/v8/src/heap/
Dmemory-reducer.cc213 void MemoryReducer::ScheduleTimer(double delay_ms) { in ScheduleTimer()
/third_party/cef/libcef/browser/
Dthread_util.h46 #define CEF_POST_DELAYED_TASK(id, task, delay_ms) \ argument
/third_party/libfuse/test/
Dtest_write_cache.c38 int delay_ms; member
/third_party/curl/lib/
Dconnect.c356 timediff_t delay_ms; /* delay until start */ member
394 timediff_t delay_ms, in eyeballer_new()

12