Home
last modified time | relevance | path

Searched refs:GetTextLength (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_combobox.h81 bool EditCanSelectAll() const { return m_pEdit->GetTextLength() > 0; } in EditCanSelectAll()
Dcfwl_edit.h70 int32_t GetTextLength() const;
Dcfwl_datetimepicker.cpp177 return m_pEdit ? m_pEdit->GetTextLength() : 0; in GetEditTextLength()
Dcfwl_edit.cpp177 int32_t CFWL_Edit::GetTextLength() const { in GetTextLength() function in CFWL_Edit
/external/lzma/CPP/Windows/
DWindow.cpp117 int len = GetTextLength(); in GetText()
DWindow.h245 int GetTextLength() const in GetTextLength() function
/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.cpp412 return ToEdit(GetNormalWidget())->GetTextLength() > 0; in CanSelectAll()