Home
last modified time | relevance | path

Searched refs:m_bIconAdded (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashView.cpp349 m_bIconAdded = FALSE; in CLeashView()
1878 if ( (nim == NIM_MODIFY) && (!m_bIconAdded) ) in SetTrayText()
1896 m_bIconAdded = TRUE; in SetTrayText()
1908 if ( (nim == NIM_MODIFY) && (!m_bIconAdded) ) in SetTrayIcon()
1935 m_bIconAdded = TRUE; in SetTrayIcon()
H A DLeashView.h153 BOOL m_bIconAdded; variable