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

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

Completed in 40 milliseconds