Home
last modified time | relevance | path

Searched refs:wSubWord (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h94 void SetPasswordChar(uint16_t wSubWord) { m_wSubWord = wSubWord; } in SetPasswordChar() argument
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h355 void SetPasswordChar(uint16_t wSubWord, bool bPaint);
Dfxet_edit.cpp908 void CFX_Edit::SetPasswordChar(uint16_t wSubWord, bool bPaint) { in SetPasswordChar() argument
909 m_pVT->SetPasswordChar(wSubWord); in SetPasswordChar()