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

/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...]
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ListBox.cpp71 CPWL_ListBox* pWnd = new CPWL_ListBox();
130 if (CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE))
162 if (CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE))
217 if (CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE))
255 if (CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindo
[all...]
/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();
H A DPWL_ComboBox.h17 class PWL_CLASS CPWL_CBListBox : public CPWL_ListBox

Completed in 75 milliseconds