Searched refs:m_bVeto (Results 1 – 2 of 2) sorted by relevance
226 m_bVeto = true; in initSystray()238 m_bVeto = false; in deInitSystray()251 m_bVeto ( false ), in ShutdownIcon()687 if ( m_bVeto ) in queryTermination()712 m_bVeto = bVeto; in initialize()958 m_bVeto = bState; in setFastPropertyValue()959 if (m_bVeto && ! m_bListenForTermination) in setFastPropertyValue()980 bool bState = (m_bListenForTermination && m_bVeto); in getFastPropertyValue()
76 bool m_bVeto; member in ShutdownIcon135 void SetVeto( bool bVeto ) { m_bVeto = bVeto;} in SetVeto()136 bool GetVeto() { return m_bVeto; } in GetVeto()
Completed in 11 milliseconds