Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp2471 if (IsTextOverflow()) in InsertWord()
2504 if (IsTextOverflow()) in InsertReturn()
2750 if (IsTextOverflow()) in InsertText()
2850 return IsTextOverflow() || (nLimitChar > 0 && nTotalWords >= nLimitChar) || in IsTextFull()
2854 FX_BOOL CFX_Edit::IsTextOverflow() const { in IsTextOverflow() function in CFX_Edit
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h635 FX_BOOL IsTextOverflow() const;