Lines Matching defs:m_text
339 size_t GetNumLines() const { return m_text.GetSize(); }
341 size_t GetMaxLineLength() const { return m_text.GetMaxStringLength(); }
344 StringList m_text;
4629 std::string m_text;
4829 const std::string &GetText() const { return m_text; }
4833 m_text.clear();
4836 m_text = text;
6215 : m_text() {
6217 m_text.SplitIntoLines(text);
6218 m_text.AppendString("");
6225 m_text.AppendString(key_description.GetString());
6240 const size_t num_lines = m_text.GetSize();
6250 1, m_text.GetStringAtIndex(m_first_visible_line + y - min_y));
6259 const size_t num_lines = m_text.GetSize();