Home
last modified time | relevance | path

Searched refs:CFWL_FormProxy (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_formproxy.cpp15 CFWL_FormProxy::CFWL_FormProxy( in CFWL_FormProxy() function in CFWL_FormProxy
21 CFWL_FormProxy::~CFWL_FormProxy() {} in ~CFWL_FormProxy()
23 FWL_Type CFWL_FormProxy::GetClassID() const { in GetClassID()
27 bool CFWL_FormProxy::IsInstance(const WideStringView& wsClass) const { in IsInstance()
33 void CFWL_FormProxy::Update() {} in Update()
35 void CFWL_FormProxy::DrawWidget(CXFA_Graphics* pGraphics, in DrawWidget()
38 void CFWL_FormProxy::OnProcessMessage(CFWL_Message* pMessage) { in OnProcessMessage()
Dcfwl_formproxy.h16 class CFWL_FormProxy : public CFWL_Form {
18 CFWL_FormProxy(const CFWL_App* app,
21 ~CFWL_FormProxy() override;
Dcfwl_datetimepicker.h32 class CFWL_FormProxy; variable
69 CFWL_FormProxy* GetFormProxy() const { return m_pForm.get(); } in GetFormProxy()
102 std::unique_ptr<CFWL_FormProxy> m_pForm;
Dcfwl_comboboxproxy.h16 class CFWL_ComboBoxProxy : public CFWL_FormProxy {
Dcfwl_comboboxproxy.cpp23 : CFWL_FormProxy(app, std::move(properties), pOuter), in CFWL_ComboBoxProxy()
DREADME.md8 * CFWL_FormProxy
Dcfwl_combobox.h22 class CFWL_FormProxy; variable
Dcfwl_datetimepicker.cpp336 m_pForm = pdfium::MakeUnique<CFWL_FormProxy>( in InitProxyForm()