Home
last modified time | relevance | path

Searched refs:TimerUpdate (Results 1 – 9 of 9) sorted by relevance

/dports/mail/emailrelay/emailrelay-1.9/src/gnet/
H A Dgtimer.cpp29 class TimerUpdate ;
35 class GNet::TimerUpdate class in GNet
38 TimerUpdate() ;
39 ~TimerUpdate() ;
41 TimerUpdate( const TimerUpdate & ) ; // not implemented
42 void operator=( const TimerUpdate & ) ; // not implemented
64 TimerUpdate update ; in ~AbstractTimer()
76 TimerUpdate update ; in startTimer()
83 TimerUpdate update ; in cancelTimer()
111 GNet::TimerUpdate::TimerUpdate() in TimerUpdate() function in GNet::TimerUpdate
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dconttree.hxx182 DECL_LINK(TimerUpdate, Timer *, void);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dconttree.hxx230 DECL_LINK( TimerUpdate, Timer *, void );
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/networking/
H A Diserver.h86 void TimerUpdate();
H A Diserver.cpp65 void Server::TimerUpdate() in TimerUpdate() function in LSL::Server
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dcontent.cxx1110 m_aUpdTimer.SetInvokeHandler(LINK(this, SwContentTree, TimerUpdate)); in SwContentTree()
2923 TimerUpdate(&m_aUpdTimer); in Notify()
3334 IMPL_LINK_NOARG(SwContentTree, TimerUpdate, Timer *, void) in IMPL_LINK_NOARG() argument
4572 TimerUpdate(&m_aUpdTimer); in EditEntry()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Dcontent.cxx904 m_aUpdTimer.SetInvokeHandler(LINK(this, SwContentTree, TimerUpdate)); in SwContentTree()
2747 IMPL_LINK_NOARG(SwContentTree, TimerUpdate, Timer *, void) in IMPL_LINK_NOARG() argument
3033 TimerUpdate(&m_aUpdTimer); in KeyInput()
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Dlazpaintmainform.pas318 TimerUpdate: TTimer;
2623 TimerUpdate.Enabled := false;
2646 TimerUpdate.Enabled := true;
H A Dlazpaintmainform.lfm8805 object TimerUpdate: TTimer