Home
last modified time | relevance | path

Searched refs:IsMultiLine (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h414 virtual FX_BOOL IsMultiLine() const = 0;
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fwltheme.cpp214 if (pWidgetAcc->IsMultiLine()) { in GetCapacity()
Dxfa_fftextedit.cpp55 if (m_pDataAcc->IsMultiLine()) { in UpdateWidgetProperty()
Dxfa_ffwidgetacc.cpp904 if (GetUIType() == XFA_ELEMENT_TextEdit && IsMultiLine()) { in CalculateTextContentSize()
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h420 FX_BOOL IsMultiLine() const override { return m_bMultiLine; } in IsMultiLine() function
Ddoc_vt.cpp1550 if (IsMultiLine()) { in GetAutoFontSize()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h723 FX_BOOL IsMultiLine();
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp2859 if (m_pVT->IsMultiLine() && GetTotalLines() > 1) { in IsTextOverflow()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp2749 FX_BOOL CXFA_WidgetData::IsMultiLine() { in IsMultiLine() function in CXFA_WidgetData