Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_apsettings.h55 WideString GetDownCaption() const { return GetCaption("AC"); } in GetDownCaption() function
Dcpdf_formcontrol.h93 WideString GetDownCaption() { return GetCaption("AC"); } in GetDownCaption() function
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp1202 csDownCaption = pControl->GetDownCaption(); in SetAsPushButton()
/external/pdfium/fxjs/
Dcjs_field.cpp2239 pRuntime->NewString(pFormControl->GetDownCaption().c_str())); in buttonGetCaption()