Home
last modified time | relevance | path

Searched refs:IsTextOverflow (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp1859 if (IsTextOverflow() || !m_pVT->IsValid()) in InsertWord()
1886 if (IsTextOverflow() || !m_pVT->IsValid()) in InsertReturn()
2033 if (IsTextOverflow()) in InsertText()
2124 return IsTextOverflow() || (nLimitChar > 0 && nTotalWords >= nLimitChar) || in IsTextFull()
2128 bool CFX_Edit::IsTextOverflow() const { in IsTextOverflow() function in CFX_Edit
Dfxet_edit.h414 bool IsTextOverflow() const;