Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ListBox.cpp19 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) { in CPWL_List_Notify()
65 CPWL_ListBox::CPWL_ListBox() in CPWL_ListBox() function in CPWL_ListBox
71 CPWL_ListBox::~CPWL_ListBox() { in ~CPWL_ListBox()
74 CFX_ByteString CPWL_ListBox::GetClassName() const { in GetClassName()
78 void CPWL_ListBox::OnCreated() { in OnCreated()
90 void CPWL_ListBox::OnDestroy() { in OnDestroy()
97 void CPWL_ListBox::GetThisAppearanceStream(CFX_ByteTextBuf& sAppStream) { in GetThisAppearanceStream()
148 void CPWL_ListBox::DrawThisAppearance(CFX_RenderDevice* pDevice, in DrawThisAppearance()
193 bool CPWL_ListBox::OnKeyDown(uint16_t nChar, uint32_t nFlag) { in OnKeyDown()
237 bool CPWL_ListBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar()
[all …]
DPWL_ListBox.h17 class CPWL_ListBox; variable
25 explicit CPWL_List_Notify(CPWL_ListBox* pList);
43 CPWL_ListBox* m_pList;
46 class CPWL_ListBox : public CPWL_Wnd {
48 CPWL_ListBox();
49 ~CPWL_ListBox() override;
DPWL_ComboBox.h20 class CPWL_CBListBox : public CPWL_ListBox {
/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp51 CPWL_ListBox* pWnd = new CPWL_ListBox(); in NewPDFWindow()
94 CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, false); in IsDataChanged()
115 CPWL_ListBox* pListBox = in SaveData()
116 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, false)); in SaveData()
144 if (CPWL_ListBox* pListBox = in GetActionData()
145 (CPWL_ListBox*)GetPDFWindow(pPageView, false)) { in GetActionData()
170 CPWL_ListBox* pListBox = in SaveState()
171 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, false)); in SaveState()
182 CPWL_ListBox* pListBox = in RestoreState()
183 static_cast<CPWL_ListBox*>(GetPDFWindow(pPageView, false)); in RestoreState()