Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DEdit.h14 void SetPasswordChar(WPARAM c) { SendMsg(EM_SETPASSWORDCHAR, c); } in SetPasswordChar() function
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpvt_variabletext.h80 void SetPasswordChar(uint16_t wSubWord) { m_wSubWord = wSubWord; } in SetPasswordChar() function
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_edit_impl.cpp726 void CPWL_EditImpl::SetPasswordChar(uint16_t wSubWord) { in SetPasswordChar() function in CPWL_EditImpl