Home
last modified time | relevance | path

Searched refs:IFWL_Custom (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/include/fwl/core/
Dfwl_widget.h15 class IFWL_Custom; variable
93 class IFWL_Custom : public IFWL_Widget {
95 static IFWL_Custom* Create(const CFWL_WidgetImpProperties& properties,
101 IFWL_Custom();
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp1066 IFWL_Custom* IFWL_Custom::Create(const CFWL_WidgetImpProperties& properties, in Create()
1068 IFWL_Custom* pCustom = new IFWL_Custom; in Create()
1074 IFWL_Custom::IFWL_Custom() {} in IFWL_Custom() function in IFWL_Custom
1075 FWL_ERR IFWL_Custom::SetProxy(IFWL_Proxy* pProxy) { in SetProxy()