Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_apsettings.h54 WideString GetRolloverCaption() const { return GetCaption("RC"); } in GetRolloverCaption() function
Dcpdf_formcontrol.h92 WideString GetRolloverCaption() { return GetCaption("RC"); } in GetRolloverCaption() function
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp1199 csRolloverCaption = pControl->GetRolloverCaption(); in SetAsPushButton()
/external/pdfium/fxjs/
Dcjs_field.cpp2242 pRuntime->NewString(pFormControl->GetRolloverCaption().c_str())); in buttonGetCaption()