Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_apsettings.h64 WideString GetDownCaption() const { return GetCaption("AC"); } in GetDownCaption() function
Dcpdf_formcontrol.h82 WideString GetDownCaption() const { return GetCaption("AC"); } in GetDownCaption() function
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp1218 csDownCaption = pControl->GetDownCaption(); in SetAsPushButton()
/external/pdfium/fxjs/
Dcjs_field.cpp2249 pRuntime->NewString(pFormControl->GetDownCaption().AsStringView())); in buttonGetCaption()