Home
last modified time | relevance | path

Searched refs:OnTimer (Results 1 – 25 of 1186) sorted by relevance

12345678910>>...48

/dports/editors/lazarus/lazarus/components/sqldb/
H A Dpqteventmonitor.pas19 procedure OnTimer(Sender: TObject); procedure
46 procedure TPQTEventMonitor.OnTimer(Sender: TObject); procedure
57 Timer.OnTimer:=@OnTimer;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sqldb/
H A Dpqteventmonitor.pas19 procedure OnTimer(Sender: TObject); procedure
46 procedure TPQTEventMonitor.OnTimer(Sender: TObject); procedure
57 Timer.OnTimer:=@OnTimer;
/dports/editors/lazarus-qt5/lazarus/components/sqldb/
H A Dpqteventmonitor.pas19 procedure OnTimer(Sender: TObject); procedure
46 procedure TPQTEventMonitor.OnTimer(Sender: TObject); procedure
57 Timer.OnTimer:=@OnTimer;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sqldb/
H A Dpqteventmonitor.pas19 procedure OnTimer(Sender: TObject); procedure
46 procedure TPQTEventMonitor.OnTimer(Sender: TObject); procedure
57 Timer.OnTimer:=@OnTimer;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/screens/recommend_apps/
H A Dfake_recommend_apps_fetcher.cc27 void FakeRecommendAppsFetcher::OnTimer() { in OnTimer() function in chromeos::FakeRecommendAppsFetcher
43 base::BindOnce(&FakeRecommendAppsFetcher::OnTimer, in Start()
49 base::BindOnce(&FakeRecommendAppsFetcher::OnTimer, in Retry()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DLEDNumberCtrl.py30 self.OnTimer(None)
34 self.Bind(wx.EVT_TIMER, self.OnTimer)
37 def OnTimer(self, evt): member in TestPanel
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/passwords/
H A Dpassword_auto_sign_in_view.cc66 &PasswordAutoSignInView::OnTimer); in PasswordAutoSignInView()
83 &PasswordAutoSignInView::OnTimer); in OnWidgetActivationChanged()
88 void PasswordAutoSignInView::OnTimer() { in OnTimer() function in PasswordAutoSignInView
/dports/editors/lazarus/lazarus/components/tachart/
H A Dtaanimatedsource.pas46 procedure OnTimer(ASender: TObject); procedure
100 FTimer.OnTimer := @OnTimer;
157 procedure TCustomAnimatedChartSource.OnTimer(ASender: TObject); procedure
/dports/editors/lazarus-qt5/lazarus/components/tachart/
H A Dtaanimatedsource.pas46 procedure OnTimer(ASender: TObject); procedure
100 FTimer.OnTimer := @OnTimer;
157 procedure TCustomAnimatedChartSource.OnTimer(ASender: TObject); procedure
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstManagerInputCommands.cpp43 window.StopTimer( this, &Commands::OnTimer ); in ~Commands()
52 window.StartTimer( this, &Commands::OnTimer, POLL_RAPID ); in Update()
113 uint Input::Commands::OnTimer() in OnTimer() function in Nestopia::Managers::Input::Commands
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/rest_substitutions/snippets/python/converted/
H A Dwx.TimerEvent.1.py9 self.Bind(wx.EVT_TIMER, self.OnTimer)
14 def OnTimer(self, event): member in MyFrame
/dports/audio/musicpd/mpd-0.23.6/src/lib/systemd/
H A DWatchdog.cxx37 :timer(_loop, BIND_THIS_METHOD(OnTimer)) in Watchdog()
48 Watchdog::OnTimer() noexcept in OnTimer() function in Systemd::Watchdog
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dnotifmsgg.cpp75 void OnTimer(wxTimerEvent& event);
97 EVT_TIMER(wxID_ANY, wxNotificationMessageDialog::OnTimer) in BEGIN_EVENT_TABLE()
161 void wxNotificationMessageDialog::OnTimer(wxTimerEvent& WXUNUSED(event)) in OnTimer() function in wxNotificationMessageDialog
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dnotifmsgg.cpp75 void OnTimer(wxTimerEvent& event);
97 EVT_TIMER(wxID_ANY, wxNotificationMessageDialog::OnTimer) in BEGIN_EVENT_TABLE()
161 void wxNotificationMessageDialog::OnTimer(wxTimerEvent& WXUNUSED(event)) in OnTimer() function in wxNotificationMessageDialog
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtaanimatedsource.pas46 procedure OnTimer(ASender: TObject); procedure
112 FTimer.OnTimer := @OnTimer;
193 procedure TCustomAnimatedChartSource.OnTimer(ASender: TObject); procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/
H A Dtaanimatedsource.pas46 procedure OnTimer(ASender: TObject); procedure
112 FTimer.OnTimer := @OnTimer;
193 procedure TCustomAnimatedChartSource.OnTimer(ASender: TObject); procedure
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DMuleGifCtrl.cpp36 EVT_TIMER(GIFTIMERID, MuleGifCtrl::OnTimer)
124 OnTimer(evt); in Start()
141 void MuleGifCtrl::OnTimer(wxTimerEvent& WXUNUSED(event)) in OnTimer() function in MuleGifCtrl
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DMuleGifCtrl.cpp36 EVT_TIMER(GIFTIMERID, MuleGifCtrl::OnTimer)
124 OnTimer(evt); in Start()
141 void MuleGifCtrl::OnTimer(wxTimerEvent& WXUNUSED(event)) in OnTimer() function in MuleGifCtrl
/dports/audio/ncmpc/ncmpc-0.41/src/
H A DDelayedSeek.hxx42 :c(_c), commit_timer(event_loop, BIND_THIS_METHOD(OnTimer)) {} in DelayedSeek()
62 void OnTimer() noexcept;
H A Dhscroll.hxx62 timer(event_loop, BIND_THIS_METHOD(OnTimer)) in hscroll()
99 void OnTimer() noexcept;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/examples/2d/
H A Dscroll.cc50 void OnTimer(int32_t) { in OnTimer() function in MyInstance
52 16, factory_.NewCallback(&MyInstance::OnTimer), 0); in OnTimer()
72 16, factory_.NewCallback(&MyInstance::OnTimer), 0); in OnPaint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/examples/2d/
H A Dscroll.cc50 void OnTimer(int32_t) { in OnTimer() function in MyInstance
52 16, factory_.NewCallback(&MyInstance::OnTimer), 0); in OnTimer()
72 16, factory_.NewCallback(&MyInstance::OnTimer), 0); in OnPaint()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/byogames/
H A Dbyogames.cpp24 EVT_TIMER(1,BYOGames::OnTimer)
66 void BYOGames::OnTimer(wxTimerEvent& /*event*/) in OnTimer() function in BYOGames
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/accessibility/
H A Dspoken_feedback_enabler.cc29 timer_.Start(FROM_HERE, kTimerDelay, this, &SpokenFeedbackEnabler::OnTimer); in SpokenFeedbackEnabler()
34 void SpokenFeedbackEnabler::OnTimer() { in OnTimer() function in ash::SpokenFeedbackEnabler
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/debugger/
H A DctlMessageWindow.cpp23 EVT_TIMER(wxID_ANY, ctlMessageWindow::OnTimer) in IMPLEMENT_CLASS()
56 void ctlMessageWindow::OnTimer(wxTimerEvent &ev) in OnTimer() function in ctlMessageWindow

12345678910>>...48