Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h960 CFX_WideString GetDownCaption() { return GetCaption("AC"); } in GetDownCaption() function
1125 CFX_WideString GetDownCaption() const { return GetCaption("AC"); } in GetDownCaption() function
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp977 csDownCaption = pControl->GetDownCaption();
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp2963 vRet = pFormControl->GetDownCaption().c_str(); in buttonGetCaption()