Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DWindow.cpp117 int len = GetTextLength(); in GetText()
DWindow.h245 int GetTextLength() const in GetTextLength() function
/external/pdfium/xfa/fwl/
Dcfwl_combobox.h85 bool EditCanSelectAll() const { return m_pEdit->GetTextLength() > 0; } in EditCanSelectAll()
Dcfwl_edit.h70 int32_t GetTextLength() const;
Dcfwl_edit.cpp278 int32_t CFWL_Edit::GetTextLength() const { in GetTextLength() function in CFWL_Edit
/external/pdfium/xfa/fxfa/
Dcxfa_fftextedit.cpp400 return ToEdit(m_pNormalWidget.get())->GetTextLength() > 0; in CanSelectAll()