Home
last modified time | relevance | path

Searched refs:OnStartTimer (Results 1 – 25 of 31) sorted by relevance

12

/dports/editors/lazarus/lazarus/lcl/
H A Dcustomtimer.pas52 property OnStartTimer: TNotifyEvent read FOnStartTimer write FOnStartTimer; property
134 if Assigned(OnStartTimer) then OnStartTimer(Self);
H A Dextctrls.pp197 property OnStartTimer;
257 property OnStartTimer;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dcustomtimer.pas52 property OnStartTimer: TNotifyEvent read FOnStartTimer write FOnStartTimer; property
134 if Assigned(OnStartTimer) then OnStartTimer(Self);
H A Dextctrls.pp198 property OnStartTimer;
258 property OnStartTimer;
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dcustomtimer.pas52 property OnStartTimer: TNotifyEvent read FOnStartTimer write FOnStartTimer; property
134 if Assigned(OnStartTimer) then OnStartTimer(Self);
H A Dextctrls.pp197 property OnStartTimer;
257 property OnStartTimer;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dcustomtimer.pas52 property OnStartTimer: TNotifyEvent read FOnStartTimer write FOnStartTimer; property
134 if Assigned(OnStartTimer) then OnStartTimer(Self);
H A Dextctrls.pp198 property OnStartTimer;
258 property OnStartTimer;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/power/
H A Dnative_timer.cc122 base::BindOnce(&NativeTimer::OnStartTimer, weak_factory_.GetWeakPtr(), in Start()
163 void NativeTimer::OnStartTimer(base::OnceClosure timer_expiration_callback, in OnStartTimer() function in chromeos::NativeTimer
230 &NativeTimer::OnStartTimer, weak_factory_.GetWeakPtr(), in ProcessAndResetInFlightStartParams()
H A Dnative_timer.h54 void OnStartTimer(base::OnceClosure timer_expiration_callback, in COMPONENT_EXPORT()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Dbcmaterialdesignbutton.pas64 procedure OnStartTimer({%H-}Sender: TObject); procedure
366 procedure TBCMaterialDesignButton.OnStartTimer(Sender: TObject); procedure
487 FTimer.OnStartTimer := OnStartTimer;
514 FTimer.OnStartTimer := nil;
H A Dbcmdbuttonfocus.pas84 procedure OnStartTimer(Sender: TObject); procedure
684 procedure TCustomBCMDButtonFocus.OnStartTimer(Sender: TObject); procedure
773 FTimer.OnStartTimer := OnStartTimer;
786 FTimer.OnStartTimer := nil;
H A Dbcmdbutton.pas143 procedure OnStartTimer(Sender: TObject);
713 procedure TCustomBCMDButton.OnStartTimer(Sender: TObject); procedure
825 FTimer.OnStartTimer := OnStartTimer;
837 FTimer.OnStartTimer := nil;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/arc/timer/
H A Darc_timer_bridge.cc37 void OnStartTimer(mojom::TimerHost::StartTimerCallback callback, bool result) { in OnStartTimer() function
159 base::BindOnce(&OnStartTimer, std::move(callback))); in StartTimer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/arc/timer/
H A Darc_timer_bridge.cc37 void OnStartTimer(mojom::TimerHost::StartTimerCallback callback, bool result) { in OnStartTimer() function
160 base::BindOnce(&OnStartTimer, std::move(callback))); in StartTimer()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/test/test_extra/material_design_animation/
H A Dumain.lfm55 OnStartTimer = Timer1StartTimer
/dports/games/xpilot/xpilot-4.5.5/src/server/NT/
H A DxpilotsDlg.h90 afx_msg LONG OnStartTimer(UINT unused, LONG fps);
H A DxpilotsDlg.cpp170 ON_MESSAGE(WM_STARTTIMER, OnStartTimer)
530 afx_msg LONG CXpilotsDlg::OnStartTimer(UINT unused, LONG fps) in OnStartTimer() function in CXpilotsDlg
/dports/devel/fpc-fcl-base/fpc-3.2.2/packages/fcl-base/src/
H A Dfptimer.pp88 property OnStartTimer: TNotifyEvent read FOnStartTimer write FOnStartTimer;
98 Property OnStartTimer;
187 if Assigned(OnStartTimer) then
188 OnStartTimer(Self);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-base/src/
H A Dfptimer.pp88 property OnStartTimer: TNotifyEvent read FOnStartTimer write FOnStartTimer;
98 Property OnStartTimer;
187 if Assigned(OnStartTimer) then
188 OnStartTimer(Self);
/dports/lang/fpc/fpc-3.2.2/packages/fcl-base/src/
H A Dfptimer.pp88 property OnStartTimer: TNotifyEvent read FOnStartTimer write FOnStartTimer;
98 Property OnStartTimer;
187 if Assigned(OnStartTimer) then
188 OnStartTimer(Self);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/
H A Dsupertooltip.py780 self._startTimer = wx.PyTimer(self.OnStartTimer)
894 def OnStartTimer(self): member in SuperToolTip
/dports/comms/cqrlog/cqrlog-2.5.0/src/
H A DfNewQSO.lfm4818 OnStartTimer = tmrStartStartTimer
4825 OnStartTimer = tmrEndStartTimer
/dports/net-p2p/awgg/AWGG-5dc1329/src/
H A Dfmain.lfm8796 OnStartTimer = ClipboardTimerStartTimer
11423 OnStartTimer = UpdateInfoTimerStartTimer
H A Dfmain.pas2551 qtimer[Length(queues)-1].OnStartTimer:=@qtimer[Length(queues)-1].ontimestart;
2566 stimer[Length(queues)-1].OnStartTimer:=@stimer[Length(queues)-1].onstimestart;
6658 qtimer[ns].OnStartTimer:=@qtimer[ns].ontimestart;
6665 stimer[ns].OnStartTimer:=@stimer[ns].onstimestart;

12