Searched refs:CFWL_ComboBox (Results 1 – 10 of 10) sorted by relevance
33 CFWL_ComboBox::CFWL_ComboBox(const CFWL_App* app) in CFWL_ComboBox() function in CFWL_ComboBox66 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 …]
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()
14 class CFWL_ComboBox; variable18 CFWL_ComboBoxProxy(CFWL_ComboBox* pCombobBox,38 CFWL_ComboBox* m_pComboBox;
20 class CFWL_ComboBox; variable42 class CFWL_ComboBox : public CFWL_Widget {44 explicit CFWL_ComboBox(const CFWL_App* pApp);45 ~CFWL_ComboBox() override;
16 class CFWL_ComboBox; variable32 CFWL_ComboBox* m_pOuter;
21 m_pOuter = static_cast<CFWL_ComboBox*>(pOuter); in CFWL_ComboEdit()
19 CFWL_ComboBox* pComboBox, in CFWL_ComboBoxProxy()
12 * CFWL_ComboBox
21 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()
36 * CXFA_FFComboBox -> CFWL_ComboBox