Home
last modified time | relevance | path

Searched refs:CPWL_ComboBox (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp100 if (auto* pComboBox = static_cast<CPWL_ComboBox*>(GetParentWindow())) in OnCharNotify()
164 CPWL_ComboBox::CPWL_ComboBox( in CPWL_ComboBox() function in CPWL_ComboBox
172 CPWL_ComboBox::~CPWL_ComboBox() = default;
174 void CPWL_ComboBox::OnDestroy() { in OnDestroy()
185 void CPWL_ComboBox::SetFocus() { in SetFocus()
190 void CPWL_ComboBox::KillFocus() { in KillFocus()
197 WideString CPWL_ComboBox::GetSelectedText() { in GetSelectedText()
204 void CPWL_ComboBox::ReplaceSelection(const WideString& text) { in ReplaceSelection()
209 bool CPWL_ComboBox::CanUndo() { in CanUndo()
213 bool CPWL_ComboBox::CanRedo() { in CanRedo()
[all …]
Dcpwl_combo_box.h47 class CPWL_ComboBox final : public CPWL_Wnd {
49 CPWL_ComboBox(
52 ~CPWL_ComboBox() override;
Dcpwl_combo_box_embeddertest.cpp70 m_pComboBox = static_cast<CPWL_ComboBox*>(pWindow); in FormFillerAndWindowSetup()
82 CPWL_ComboBox* GetCPWLComboBox() const { return m_pComboBox; } in GetCPWLComboBox()
94 CPWL_ComboBox* m_pComboBox;
/external/pdfium/fpdfsdk/formfiller/
Dcffl_combobox.cpp47 auto pWnd = pdfium::MakeUnique<CPWL_ComboBox>(cp, std::move(pAttachedData)); in NewPWLWindow()
92 CPWL_ComboBox* pWnd = GetComboBox(pPageView, false); in SaveData()
128 if (CPWL_ComboBox* pComboBox = GetComboBox(pPageView, false)) { in GetActionData()
147 if (CPWL_ComboBox* pComboBox = GetComboBox(pPageView, false)) { in GetActionData()
167 if (CPWL_ComboBox* pComboBox = GetComboBox(pPageView, false)) { in SetActionData()
180 CPWL_ComboBox* pComboBox = GetComboBox(pPageView, false); in SaveState()
195 CPWL_ComboBox* pComboBox = GetComboBox(pPageView, true); in RestoreState()
219 CPWL_ComboBox* pWnd = GetComboBox(GetCurPageView(true), false); in SetIndexSelected()
234 CPWL_ComboBox* pWnd = GetComboBox(GetCurPageView(true), false); in IsIndexSelected()
240 CPWL_ComboBox* pComboBox = GetComboBox(pPageView, false); in IsFieldFull()
[all …]
Dcffl_combobox.h15 class CPWL_ComboBox; variable
58 CPWL_ComboBox* GetComboBox(CPDFSDK_PageView* pPageView, bool bNew);