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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1152 BFilePanel *m_EstimateSpamFilePanelPntr; member in class:ControlsView
6094 m_EstimateSpamFilePanelPntr (NULL),
6122 if (m_EstimateSpamFilePanelPntr != NULL)
6124 delete m_EstimateSpamFilePanelPntr;
6125 m_EstimateSpamFilePanelPntr = NULL;
6771 if (m_EstimateSpamFilePanelPntr == NULL)
6809 m_EstimateSpamFilePanelPntr = new BFilePanel (
6821 if (m_EstimateSpamFilePanelPntr != NULL)
6822 m_EstimateSpamFilePanelPntr->Show (); /* Answer sent via a message. */

Completed in 55 milliseconds