Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/widgets/
H A Dinput_fields.h417 void chopByMaxLength(int insertPosition, int insertLength);
H A Dinput_fields.cpp1509 chopByMaxLength(0, cursor.position()); in setMaxLength()
2295 chopByMaxLength(insertPosition, insertLength); in onDocumentContentsChange()
2314 void InputField::chopByMaxLength(int insertPosition, int insertLength) { in chopByMaxLength() function in Ui::InputField