Searched refs:GetTextLength (Results 1 – 6 of 6) sorted by relevance
117 int len = GetTextLength(); in GetText()
245 int GetTextLength() const in GetTextLength() function
85 bool EditCanSelectAll() const { return m_pEdit->GetTextLength() > 0; } in EditCanSelectAll()
70 int32_t GetTextLength() const;
278 int32_t CFWL_Edit::GetTextLength() const { in GetTextLength() function in CFWL_Edit
400 return ToEdit(m_pNormalWidget.get())->GetTextLength() > 0; in CanSelectAll()