Home
last modified time | relevance | path

Searched defs:SetPasswordChar (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/Control/
DEdit.h14 void SetPasswordChar(WPARAM c) { SendMsg(EM_SETPASSWORDCHAR, c); } in SetPasswordChar() function
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h81 void SetPasswordChar(uint16_t wSubWord) { m_wSubWord = wSubWord; } in SetPasswordChar() function
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp601 void CPWL_EditImpl::SetPasswordChar(uint16_t wSubWord, bool bPaint) { in SetPasswordChar() function in CPWL_EditImpl