Searched defs:IsTextOverflow (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp1859 if (IsTextOverflow() || !m_pVT->IsValid())
1886 if (IsTextOverflow() || !m_pVT->IsValid())
2033 if (IsTextOverflow())
2124 return IsTextOverflow() || (nLimitChar > 0 && nTotalWords >= nLimitChar) ||
2128 bool CFX_Edit::IsTextOverflow() const { function in class:CFX_Edit

Completed in 77 milliseconds