Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h81 void SetPasswordChar(uint16_t wSubWord) { m_wSubWord = wSubWord; } in SetPasswordChar() argument
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h265 void SetPasswordChar(uint16_t wSubWord, bool bPaint);
Dcpwl_edit_impl.cpp601 void CPWL_EditImpl::SetPasswordChar(uint16_t wSubWord, bool bPaint) { in SetPasswordChar() argument
602 m_pVT->SetPasswordChar(wSubWord); in SetPasswordChar()