Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_apsettings.h52 CFX_WideString GetDownCaption() const { return GetCaption("AC"); } in GetDownCaption() function
Dcpdf_formcontrol.h97 CFX_WideString GetDownCaption() { return GetCaption("AC"); } in GetDownCaption() function
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp954 csDownCaption = pControl->GetDownCaption();
/external/pdfium/fpdfsdk/javascript/
DField.cpp2805 vRet = CJS_Value(pRuntime, pFormControl->GetDownCaption().c_str()); in buttonGetCaption()