Searched refs:GetContentLength (Results 1 – 1 of 1) sorted by relevance
1109 int GetContentLength() { return m_content.length(); } in GetContentLength() function in curses::TextFieldDelegate1122 if (m_cursor_position == GetContentLength()) in DrawContent()1166 return std::min(position, GetContentLength()); in GetLastVisibleCharPosition()1182 if (m_cursor_position < GetContentLength()) in MoveCursorRight()1193 void MoveCursorToEnd() { m_cursor_position = GetContentLength(); } in MoveCursorToEnd()1222 if (m_cursor_position == GetContentLength()) in RemoveNextChar()