Searched refs:EditCanSelectAll (Results 1 – 2 of 2) sorted by relevance
81 bool EditCanSelectAll() const { return m_pEdit->GetTextLength() > 0; } in EditCanSelectAll() function
249 return ToComboBox(GetNormalWidget())->EditCanSelectAll(); in CanSelectAll()