Searched defs:bAuto (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp872 void CFX_Edit::SetAutoReturn(FX_BOOL bAuto, FX_BOOL bPaint) { argument
873 m_pVT->SetAutoReturn(bAuto);
884 void CFX_Edit::SetAutoFontSize(FX_BOOL bAuto, FX_BOOL bPaint) { argument
885 m_pVT->SetAutoFontSize(bAuto);
896 void CFX_Edit::SetAutoScroll(FX_BOOL bAuto, FX_BOOL bPaint) { argument
897 m_bEnableScroll = bAuto;

Completed in 33 milliseconds