Home
last modified time | relevance | path

Searched refs:IFWL_Panel (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_panelimp.cpp14 IFWL_Panel* IFWL_Panel::Create(CFWL_WidgetImpProperties& properties, in Create()
16 IFWL_Panel* pPanel = new IFWL_Panel; in Create()
22 IFWL_Panel::IFWL_Panel() {} in IFWL_Panel() function in IFWL_Panel
23 IFWL_Content* IFWL_Panel::GetContent() { in GetContent()
26 FWL_ERR IFWL_Panel::SetContent(IFWL_Content* pContent) { in SetContent()
/external/pdfium/xfa/include/fwl/core/
Dfwl_panel.h11 class IFWL_Panel; variable
16 class IFWL_Panel : public IFWL_Widget {
18 static IFWL_Panel* Create(CFWL_WidgetImpProperties& properties,
25 IFWL_Panel();
Dfwl_form.h10 class IFWL_Panel; variable
67 class IFWL_Form : public IFWL_Panel {