Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidgetacc.cpp493 CFX_WideString wsCaptionName; in ProcessNullTestValidate() local
498 wsCaptionName = GetValidateCaptionName(bVersionFlag); in ProcessNullTestValidate()
499 wsNullMsg.Format(L"%s cannot be blank.", wsCaptionName.c_str()); in ProcessNullTestValidate()
509 wsCaptionName = GetValidateCaptionName(bVersionFlag); in ProcessNullTestValidate()
512 wsCaptionName.c_str(), wsCaptionName.c_str()); in ProcessNullTestValidate()
528 CFX_WideString wsCaptionName; in GetValidateCaptionName() local
534 capText.GetContent(wsCaptionName); in GetValidateCaptionName()
538 if (wsCaptionName.IsEmpty()) in GetValidateCaptionName()
539 GetName(wsCaptionName); in GetValidateCaptionName()
541 return wsCaptionName; in GetValidateCaptionName()
[all …]