Home
last modified time | relevance | path

Searched refs:SetWidgetCaption (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/include/fwl/adapter/
Dfwl_adapterwidgetmgr.h34 virtual FWL_ERR SetWidgetCaption(IFWL_Widget* pWidget,
Dfwl_sdadapterimp.h49 virtual FWL_ERR SetWidgetCaption(IFWL_Widget* pWidget,
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_sdadapterimp.cpp72 FWL_ERR CFWL_SDAdapterWidgetMgr::SetWidgetCaption( in SetWidgetCaption() function in CFWL_SDAdapterWidgetMgr
Dfwl_widgetmgrimp.cpp419 return m_pAdapter->SetWidgetCaption(pWidget, wsCaption); in SetWidgetCaption_Native()