Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp512 CFX_WideString wsCaptionName; in ProcessNullTestValidate() local
518 GetValidateCaptionName(wsCaptionName, bVersionFlag); in ProcessNullTestValidate()
521 wsNullMsg.Format(wsError, (const FX_WCHAR*)wsCaptionName); in ProcessNullTestValidate()
531 GetValidateCaptionName(wsCaptionName, bVersionFlag); in ProcessNullTestValidate()
534 wsNullMsg.Format(wsWarning, (const FX_WCHAR*)wsCaptionName, in ProcessNullTestValidate()
535 (const FX_WCHAR*)wsCaptionName); in ProcessNullTestValidate()
549 void CXFA_WidgetAcc::GetValidateCaptionName(CFX_WideString& wsCaptionName, in GetValidateCaptionName() argument
558 capText.GetContent(wsCaptionName); in GetValidateCaptionName()
563 if (wsCaptionName.IsEmpty()) { in GetValidateCaptionName()
564 GetName(wsCaptionName); in GetValidateCaptionName()
[all …]
/external/pdfium/xfa/include/fxfa/
Dfxfa_widget.h89 void GetValidateCaptionName(CFX_WideString& wsCaptionName,