Searched refs:CFWL_ComboBox (Results 1 – 7 of 7) sorted by relevance
32 CFWL_ComboBox::CFWL_ComboBox(const CFWL_App* app) in CFWL_ComboBox() function in CFWL_ComboBox38 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 …]
124 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()
18 class CFWL_ComboBox; variable38 class CFWL_ComboBox final : public CFWL_Widget {40 explicit CFWL_ComboBox(const CFWL_App* pApp);41 ~CFWL_ComboBox() override;
16 class CFWL_ComboBox; variable
10 * CFWL_ComboBox
22 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()
33 * CXFA_FFComboBox -> CFWL_ComboBox