HomeSort by relevance Sort by last modified time
    Searched defs:CFWL_ComboBox (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_combobox.cpp 7 #include "xfa/fwl/cfwl_combobox.h"
33 CFWL_ComboBox::CFWL_ComboBox(const CFWL_App* app)
66 CFWL_ComboBox::~CFWL_ComboBox() {}
68 FWL_Type CFWL_ComboBox::GetClassID() const {
72 void CFWL_ComboBox::AddString(const WideStringView& wsText) {
76 void CFWL_ComboBox::RemoveAt(int32_t iIndex) {
80 void CFWL_ComboBox::RemoveAll() {
84 void CFWL_ComboBox::ModifyStylesEx(uint32_t dwStylesExAdded
    [all...]
cfwl_combobox.h 20 class CFWL_ComboBox;
42 class CFWL_ComboBox : public CFWL_Widget {
44 explicit CFWL_ComboBox(const CFWL_App* pApp);
45 ~CFWL_ComboBox() override;

Completed in 325 milliseconds