Home
last modified time | relevance | path

Searched refs:CPWL_ComboBox (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ComboBox.cpp102 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetParentWindow()) in OnCharWithExit()
205 CPWL_ComboBox::CPWL_ComboBox() : m_pEdit(NULL), in CPWL_ComboBox() function in CPWL_ComboBox
215 CFX_ByteString CPWL_ComboBox::GetClassName() const in GetClassName()
220 void CPWL_ComboBox::OnCreate(PWL_CREATEPARAM & cp) in OnCreate()
226 void CPWL_ComboBox::SetFocus() in SetFocus()
232 void CPWL_ComboBox::KillFocus() in KillFocus()
238 CFX_WideString CPWL_ComboBox::GetText() const in GetText()
247 void CPWL_ComboBox::SetText(FX_LPCWSTR text) in SetText()
253 void CPWL_ComboBox::AddString(FX_LPCWSTR string) in AddString()
259 FX_INT32 CPWL_ComboBox::GetSelect() const in GetSelect()
[all …]
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_ComboBox.cpp76 CPWL_ComboBox * pWnd = new CPWL_ComboBox(); in NewPDFWindow()
108 if (CPWL_ComboBox * pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE)) in IsDataChanged()
138 if (CPWL_ComboBox* pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE)) in SaveData()
190 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE)) in GetActionData()
212 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE)) in GetActionData()
238 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE)) in SetActionData()
271 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE)) in SaveState()
287 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetPDFWindow(pPageView, TRUE)) in RestoreState()
421 if (CPWL_ComboBox * pComboBox = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE)) in GetSelectExportText()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ComboBox.h51 class PWL_CLASS CPWL_ComboBox : public CPWL_Wnd
54 CPWL_ComboBox();