Searched refs:m_timerAutoScroll (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dscrolwin.h142 bool IsAutoScrolling() const { return m_timerAutoScroll != NULL; }
220 wxTimer *m_timerAutoScroll; member in class:wxScrollHelper
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dscrlwing.cpp317 m_timerAutoScroll = (wxTimer *)NULL;
1216 if ( m_timerAutoScroll )
1218 delete m_timerAutoScroll;
1219 m_timerAutoScroll = (wxTimer *)NULL;
1284 delete m_timerAutoScroll;
1285 m_timerAutoScroll = new wxAutoScrollTimer
1293 m_timerAutoScroll->Start(50); // FIXME: make configurable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlwin.cpp310 m_timerAutoScroll = NULL;
1330 if ( m_timerAutoScroll )
1332 wxDELETE(m_timerAutoScroll);
1394 delete m_timerAutoScroll;
1395 m_timerAutoScroll = new wxHtmlWinAutoScrollTimer
1403 m_timerAutoScroll->Start(50); // FIXME: make configurable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlwin.h507 wxHtmlWinAutoScrollTimer *m_timerAutoScroll; member in class:wxHtmlWindow

Completed in 73 milliseconds