Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp81 m_pListNotify(NULL), in CPWL_ListBox()
95 if (m_pListNotify) in ~CPWL_ListBox()
97 delete m_pListNotify; in ~CPWL_ListBox()
98 m_pListNotify = NULL; in ~CPWL_ListBox()
111 if (m_pListNotify) delete m_pListNotify; in OnCreated()
114 m_pList->SetNotify(m_pListNotify = new CPWL_List_Notify(this)); in OnCreated()
126 if (m_pListNotify) in OnDestroy()
128 delete m_pListNotify; in OnDestroy()
129 m_pListNotify = NULL; in OnDestroy()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListBox.h94 CPWL_List_Notify* m_pListNotify; variable