Searched refs:m_timerUndoActionCreation (Results 1 – 2 of 2) sorted by relevance
54 m_timerUndoActionCreation.SetTimeout(1000); in DBG_NAME()55 m_timerUndoActionCreation.SetTimeoutHdl(LINK(this, OSqlEdit, OnUndoActionTimer)); in DBG_NAME()74 if (m_timerUndoActionCreation.IsActive()) in ~OSqlEdit()75 m_timerUndoActionCreation.Stop(); in ~OSqlEdit()152 if (m_timerUndoActionCreation.IsActive())153 m_timerUndoActionCreation.Stop();154 m_timerUndoActionCreation.Start();172 if (m_timerUndoActionCreation.IsActive()) in SetText()174 m_timerUndoActionCreation.Stop(); in SetText()
38 Timer m_timerUndoActionCreation; member in dbaui::OSqlEdit
Completed in 13 milliseconds