Searched refs:GetEditTextLength (Results 1 – 5 of 5) sorted by relevance
77 int32_t CFWL_ComboBox::GetEditTextLength() const { in GetEditTextLength() function in CFWL_ComboBox80 return static_cast<IFWL_ComboBox*>(m_pIface)->GetEditTextLength(); in GetEditTextLength()
105 int32_t GetEditTextLength() const;
28 int32_t GetEditTextLength() const;
103 virtual int32_t GetEditTextLength() const;
41 int32_t IFWL_ComboBox::GetEditTextLength() const { in GetEditTextLength() function in IFWL_ComboBox42 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->GetEditTextLength(); in GetEditTextLength()734 int32_t CFWL_ComboBoxImp::GetEditTextLength() const { in GetEditTextLength() function in CFWL_ComboBoxImp