Home
last modified time | relevance | path

Searched refs:CFWL_ComboBox (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp32 CFWL_ComboBox::CFWL_ComboBox(const CFWL_App* app) in CFWL_ComboBox() function in CFWL_ComboBox
38 CFWL_ComboBox::~CFWL_ComboBox() = default;
40 FWL_Type CFWL_ComboBox::GetClassID() const { in GetClassID()
44 void CFWL_ComboBox::AddString(const WideString& wsText) { in AddString()
48 void CFWL_ComboBox::RemoveAt(int32_t iIndex) { in RemoveAt()
52 void CFWL_ComboBox::RemoveAll() { in RemoveAll()
56 void CFWL_ComboBox::ModifyStylesEx(uint32_t dwStylesExAdded, in ModifyStylesEx()
74 void CFWL_ComboBox::Update() { in Update()
83 FWL_WidgetHit CFWL_ComboBox::HitTest(const CFX_PointF& point) { in HitTest()
98 void CFWL_ComboBox::DrawWidget(CXFA_Graphics* pGraphics, in DrawWidget()
[all …]
Dcfwl_combolist.cpp124 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListFocusChanged()
151 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListMouseMove()
160 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListLButtonDown()
165 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListLButtonUp()
186 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListKey()
225 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListKeyDown()
Dcfwl_combobox.h18 class CFWL_ComboBox; variable
38 class CFWL_ComboBox final : public CFWL_Widget {
40 explicit CFWL_ComboBox(const CFWL_App* pApp);
41 ~CFWL_ComboBox() override;
Dcfwl_comboedit.h16 class CFWL_ComboBox; variable
DREADME.md10 * CFWL_ComboBox
/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp22 CFWL_ComboBox* ToComboBox(CFWL_Widget* widget) { in ToComboBox()
23 return static_cast<CFWL_ComboBox*>(widget); in ToComboBox()
26 const CFWL_ComboBox* ToComboBox(const CFWL_Widget* widget) { in ToComboBox()
27 return static_cast<const CFWL_ComboBox*>(widget); in ToComboBox()
53 auto pNew = pdfium::MakeUnique<CFWL_ComboBox>(GetFWLApp()); in LoadWidget()
54 CFWL_ComboBox* pComboBox = pNew.get(); in LoadWidget()
DREADME.md33 * CXFA_FFComboBox -> CFWL_ComboBox