Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp33 CFWL_ComboBox::CFWL_ComboBox(const CFWL_App* app) in CFWL_ComboBox() function in CFWL_ComboBox
66 CFWL_ComboBox::~CFWL_ComboBox() {} in ~CFWL_ComboBox()
68 FWL_Type CFWL_ComboBox::GetClassID() const { in GetClassID()
72 void CFWL_ComboBox::AddString(const WideStringView& wsText) { in AddString()
76 void CFWL_ComboBox::RemoveAt(int32_t iIndex) { in RemoveAt()
80 void CFWL_ComboBox::RemoveAll() { in RemoveAll()
84 void CFWL_ComboBox::ModifyStylesEx(uint32_t dwStylesExAdded, in ModifyStylesEx()
105 void CFWL_ComboBox::Update() { in Update()
122 FWL_WidgetHit CFWL_ComboBox::HitTest(const CFX_PointF& point) { in HitTest()
128 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_comboboxproxy.h14 class CFWL_ComboBox; variable
18 CFWL_ComboBoxProxy(CFWL_ComboBox* pCombobBox,
38 CFWL_ComboBox* m_pComboBox;
Dcfwl_combobox.h20 class CFWL_ComboBox; variable
42 class CFWL_ComboBox : public CFWL_Widget {
44 explicit CFWL_ComboBox(const CFWL_App* pApp);
45 ~CFWL_ComboBox() override;
Dcfwl_comboedit.h16 class CFWL_ComboBox; variable
32 CFWL_ComboBox* m_pOuter;
Dcfwl_comboedit.cpp21 m_pOuter = static_cast<CFWL_ComboBox*>(pOuter); in CFWL_ComboEdit()
Dcfwl_comboboxproxy.cpp19 CFWL_ComboBox* pComboBox, in CFWL_ComboBoxProxy()
DREADME.md12 * CFWL_ComboBox
/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp21 CFWL_ComboBox* ToComboBox(CFWL_Widget* widget) { in ToComboBox()
22 return static_cast<CFWL_ComboBox*>(widget); in ToComboBox()
42 auto pNew = pdfium::MakeUnique<CFWL_ComboBox>(GetFWLApp()); in LoadWidget()
43 CFWL_ComboBox* pComboBox = pNew.get(); in LoadWidget()
DREADME.md36 * CXFA_FFComboBox -> CFWL_ComboBox