Searched refs:GetTextLength (Results 1 – 7 of 7) sorted by relevance
81 bool EditCanSelectAll() const { return m_pEdit->GetTextLength() > 0; } in EditCanSelectAll()
70 int32_t GetTextLength() const;
177 return m_pEdit ? m_pEdit->GetTextLength() : 0; in GetEditTextLength()
177 int32_t CFWL_Edit::GetTextLength() const { in GetTextLength() function in CFWL_Edit
117 int len = GetTextLength(); in GetText()
245 int GetTextLength() const in GetTextLength() function
412 return ToEdit(GetNormalWidget())->GetTextLength() > 0; in CanSelectAll()