Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1855 WideString wsCaptionName; in ProcessNullTestValidate() local
1860 wsCaptionName = GetValidateCaptionName(bVersionFlag); in ProcessNullTestValidate()
1862 WideString::Format(L"%ls cannot be blank.", wsCaptionName.c_str()); in ProcessNullTestValidate()
1872 wsCaptionName = GetValidateCaptionName(bVersionFlag); in ProcessNullTestValidate()
1876 wsCaptionName.c_str(), wsCaptionName.c_str()); in ProcessNullTestValidate()
1937 WideString wsCaptionName; in GetValidateCaptionName() local
1946 wsCaptionName = captionText->GetContent(); in GetValidateCaptionName()
1950 if (!wsCaptionName.IsEmpty()) in GetValidateCaptionName()
1951 return wsCaptionName; in GetValidateCaptionName()
1956 WideString wsCaptionName = GetValidateCaptionName(bVersionFlag); in GetValidateMessage() local
[all …]