Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp21 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) { in CPWL_List_Notify()
67 CPWL_ListBox::CPWL_ListBox() in CPWL_ListBox() function in CPWL_ListBox
76 CPWL_ListBox::~CPWL_ListBox() { in ~CPWL_ListBox()
82 CFX_ByteString CPWL_ListBox::GetClassName() const { in GetClassName()
86 void CPWL_ListBox::OnCreated() { in OnCreated()
101 void CPWL_ListBox::OnDestroy() { in OnDestroy()
106 void CPWL_ListBox::GetThisAppearanceStream(CFX_ByteTextBuf& sAppStream) { in GetThisAppearanceStream()
156 void CPWL_ListBox::DrawThisAppearance(CFX_RenderDevice* pDevice, in DrawThisAppearance()
206 FX_BOOL CPWL_ListBox::OnKeyDown(FX_WORD nChar, FX_DWORD nFlag) { in OnKeyDown()
253 FX_BOOL CPWL_ListBox::OnChar(FX_WORD nChar, FX_DWORD nFlag) { in OnChar()
[all …]
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_ListBox.cpp48 CPWL_ListBox* pWnd = new CPWL_ListBox(); in NewPDFWindow()
93 CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE); in IsDataChanged()
116 if (CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE)) { in SaveData()
158 if (CPWL_ListBox* pListBox = in GetActionData()
159 (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE)) { in GetActionData()
188 if (CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE)) { in SaveState()
198 if (CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE)) { in RestoreState()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListBox.h15 class CPWL_ListBox; variable
20 CPWL_List_Notify(CPWL_ListBox* pList);
48 CPWL_ListBox* m_pList;
51 class CPWL_ListBox : public CPWL_Wnd {
53 CPWL_ListBox();
54 ~CPWL_ListBox() override;
DPWL_ComboBox.h20 class CPWL_CBListBox : public CPWL_ListBox {