/dports/editors/lazarus/lazarus/lcl/ |
H A D | customtimer.pas | 52 property OnStartTimer: TNotifyEvent read FOnStartTimer write FOnStartTimer; property 134 if Assigned(OnStartTimer) then OnStartTimer(Self);
|
H A D | extctrls.pp | 197 property OnStartTimer; 257 property OnStartTimer;
|
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/ |
H A D | customtimer.pas | 52 property OnStartTimer: TNotifyEvent read FOnStartTimer write FOnStartTimer; property 134 if Assigned(OnStartTimer) then OnStartTimer(Self);
|
H A D | extctrls.pp | 198 property OnStartTimer; 258 property OnStartTimer;
|
/dports/editors/lazarus-qt5/lazarus/lcl/ |
H A D | customtimer.pas | 52 property OnStartTimer: TNotifyEvent read FOnStartTimer write FOnStartTimer; property 134 if Assigned(OnStartTimer) then OnStartTimer(Self);
|
H A D | extctrls.pp | 197 property OnStartTimer; 257 property OnStartTimer;
|
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/ |
H A D | customtimer.pas | 52 property OnStartTimer: TNotifyEvent read FOnStartTimer write FOnStartTimer; property 134 if Assigned(OnStartTimer) then OnStartTimer(Self);
|
H A D | extctrls.pp | 198 property OnStartTimer; 258 property OnStartTimer;
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/power/ |
H A D | native_timer.cc | 122 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 D | native_timer.h | 54 void OnStartTimer(base::OnceClosure timer_expiration_callback, in COMPONENT_EXPORT()
|
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/ |
H A D | bcmaterialdesignbutton.pas | 64 procedure OnStartTimer({%H-}Sender: TObject); procedure 366 procedure TBCMaterialDesignButton.OnStartTimer(Sender: TObject); procedure 487 FTimer.OnStartTimer := OnStartTimer; 514 FTimer.OnStartTimer := nil;
|
H A D | bcmdbuttonfocus.pas | 84 procedure OnStartTimer(Sender: TObject); procedure 684 procedure TCustomBCMDButtonFocus.OnStartTimer(Sender: TObject); procedure 773 FTimer.OnStartTimer := OnStartTimer; 786 FTimer.OnStartTimer := nil;
|
H A D | bcmdbutton.pas | 143 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 D | arc_timer_bridge.cc | 37 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 D | arc_timer_bridge.cc | 37 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 D | umain.lfm | 55 OnStartTimer = Timer1StartTimer
|
/dports/games/xpilot/xpilot-4.5.5/src/server/NT/ |
H A D | xpilotsDlg.h | 90 afx_msg LONG OnStartTimer(UINT unused, LONG fps);
|
H A D | xpilotsDlg.cpp | 170 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 D | fptimer.pp | 88 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 D | fptimer.pp | 88 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 D | fptimer.pp | 88 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 D | supertooltip.py | 780 self._startTimer = wx.PyTimer(self.OnStartTimer) 894 def OnStartTimer(self): member in SuperToolTip
|
/dports/comms/cqrlog/cqrlog-2.5.0/src/ |
H A D | fNewQSO.lfm | 4818 OnStartTimer = tmrStartStartTimer 4825 OnStartTimer = tmrEndStartTimer
|
/dports/net-p2p/awgg/AWGG-5dc1329/src/ |
H A D | fmain.lfm | 8796 OnStartTimer = ClipboardTimerStartTimer 11423 OnStartTimer = UpdateInfoTimerStartTimer
|
H A D | fmain.pas | 2551 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;
|