Searched defs:CPWL_ListBox (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ListBox.h12 class CPWL_ListBox;
18 CPWL_List_Notify(CPWL_ListBox * pList);
34 CPWL_ListBox* m_pList;
37 class PWL_CLASS CPWL_ListBox : public CPWL_Wnd class in inherits:CPWL_Wnd
40 CPWL_ListBox();
41 virtual ~CPWL_ListBox();
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListBox.cpp22 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList)
77 /* --------------------------- CPWL_ListBox ---------------------------- */
79 CPWL_ListBox::CPWL_ListBox() : function in class:CPWL_ListBox
91 CPWL_ListBox::~CPWL_ListBox()
102 CFX_ByteString CPWL_ListBox::GetClassName() const
104 return "CPWL_ListBox";
107 void CPWL_ListBox::OnCreated()
124 void CPWL_ListBox
[all...]

Completed in 70 milliseconds