Searched refs:GetContentLength (Results 1 – 1 of 1) sorted by relevance
1111 int GetContentLength() { return m_content.length(); } in GetContentLength() function in curses::TextFieldDelegate1124 if (m_cursor_position == GetContentLength()) in DrawContent()1168 return std::min(position, GetContentLength()); in GetLastVisibleCharPosition()1184 if (m_cursor_position < GetContentLength()) in MoveCursorRight()1195 void MoveCursorToEnd() { m_cursor_position = GetContentLength(); } in MoveCursorToEnd()1224 if (m_cursor_position == GetContentLength()) in RemoveNextChar()