Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp30 CFWL_ComboBox::CFWL_ComboBox(CFWL_App* app) in CFWL_ComboBox() function in pdfium::CFWL_ComboBox
44 CFWL_ComboBox::~CFWL_ComboBox() = default;
46 void CFWL_ComboBox::Trace(cppgc::Visitor* visitor) const { in Trace()
52 FWL_Type CFWL_ComboBox::GetClassID() const { in GetClassID()
56 void CFWL_ComboBox::AddString(const WideString& wsText) { in AddString()
60 void CFWL_ComboBox::RemoveAt(int32_t iIndex) { in RemoveAt()
64 void CFWL_ComboBox::RemoveAll() { in RemoveAll()
68 void CFWL_ComboBox::ModifyStyleExts(uint32_t dwStyleExtsAdded, in ModifyStyleExts()
82 void CFWL_ComboBox::Update() { in Update()
91 FWL_WidgetHit CFWL_ComboBox::HitTest(const CFX_PointF& point) { in HitTest()
[all …]
Dcfwl_combolist.cpp116 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(GetOuter()); in OnDropListFocusChanged()
143 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(GetOuter()); in OnDropListMouseMove()
152 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(GetOuter()); in OnDropListLButtonDown()
157 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(GetOuter()); in OnDropListLButtonUp()
178 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(GetOuter()); in OnDropListKey()
217 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(GetOuter()); in OnDropListKeyDown()
Dcfwl_combobox.h34 class CFWL_ComboBox final : public CFWL_Widget {
37 ~CFWL_ComboBox() override;
96 explicit CFWL_ComboBox(CFWL_App* pApp);
130 using pdfium::CFWL_ComboBox;
DREADME.md10 * CFWL_ComboBox
/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp23 CFWL_ComboBox* ToComboBox(CFWL_Widget* widget) { in ToComboBox()
24 return static_cast<CFWL_ComboBox*>(widget); in ToComboBox()
27 const CFWL_ComboBox* ToComboBox(const CFWL_Widget* widget) { in ToComboBox()
28 return static_cast<const CFWL_ComboBox*>(widget); in ToComboBox()
60 CFWL_ComboBox* pComboBox = cppgc::MakeGarbageCollected<CFWL_ComboBox>( in LoadWidget()
DREADME.md33 * CXFA_FFComboBox -> CFWL_ComboBox