Searched refs:SetTimer (Results 1 – 11 of 11) sorted by relevance
/third_party/cef/tests/shared/browser/ |
D | main_message_loop_external_pump_win.cc | 36 void SetTimer(int64 delay_ms) override; 112 void MainMessageLoopExternalPumpWin::SetTimer(int64 delay_ms) { in SetTimer() function in client::__anon46fa37e00111::MainMessageLoopExternalPumpWin 116 ::SetTimer(main_thread_target_, 1, static_cast<UINT>(delay_ms), nullptr); in SetTimer()
|
D | main_message_loop_external_pump_linux.cc | 79 void SetTimer(int64 delay_ms) override; 276 void MainMessageLoopExternalPumpLinux::SetTimer(int64 delay_ms) { in SetTimer() function in client::__anoncca305a20111::MainMessageLoopExternalPumpLinux
|
D | main_message_loop_external_pump.h | 55 virtual void SetTimer(int64 delay_ms) = 0;
|
D | main_message_loop_external_pump.cc | 63 SetTimer(delay_ms); in OnScheduleWork()
|
D | main_message_loop_external_pump_mac.mm | 37 void SetTimer(int64 delay_ms) override; 147 void MainMessageLoopExternalPumpMac::SetTimer(int64 delay_ms) {
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerUtilPosix.cpp | 55 void SetTimer(int Seconds) { in SetTimer() function 68 SetTimer(Options.UnitTimeoutSec / 2 + 1); in SetSignalHandler()
|
D | FuzzerUtilWindows.cpp | 91 void SetTimer(int Seconds) { in SetTimer() function in fuzzer::TimerQ 116 Timer.SetTimer(Options.UnitTimeoutSec / 2 + 1); in SetSignalHandler()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | main.cpp | 31 SetTimer(hwnd, 1, 100, NULL); in DebuggerWaitDialogProc()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | global_state.cpp | 266 ::SetTimer(hwnd, 1, 100, NULL); in DebuggerWaitDialogProc()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 138 SetTimer(hwnd, 1, 100, NULL); in DebuggerWaitDialogProc()
|
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | d3dhelpers.c | 2707 SetTimer (klass->d3d.hidden_window, IDT_DEVICE_RESET_TIMER, 500, NULL); in d3d_class_notify_device_lost_all()
|