Searched refs:GetContentLength (Results 1 – 1 of 1) sorted by relevance
1110 int GetContentLength() { return m_content.length(); } in GetContentLength() function in curses::TextFieldDelegate1123 if (m_cursor_position == GetContentLength()) in DrawContent()1167 return std::min(position, GetContentLength()); in GetLastVisibleCharPosition()1183 if (m_cursor_position < GetContentLength()) in MoveCursorRight()1194 void MoveCursorToEnd() { m_cursor_position = GetContentLength(); } in MoveCursorToEnd()1223 if (m_cursor_position == GetContentLength()) in RemoveNextChar()