Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_widgetmgr.h18 #define FWL_WGTMGR_DisableForm 0x00000002 macro
63 return !!(m_dwCapability & FWL_WGTMGR_DisableForm); in IsFormDisabled()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffapp.cpp150 pDelegate->OnSetCapability(FWL_WGTMGR_DisableForm); in GetWidgetMgr()