Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/core/
Dfwl_form.h69 static IFWL_Form* CreateFormProxy(CFWL_WidgetImpProperties& properties,
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_formimp.cpp24 IFWL_Form* IFWL_Form::CreateFormProxy(CFWL_WidgetImpProperties& properties, in CreateFormProxy() function in IFWL_Form
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_comboboximp.cpp1135 m_pForm = IFWL_Form::CreateFormProxy(propForm, &className, m_pListBox.get()); in InitProxyForm()