Home
last modified time | relevance | path

Searched refs:SetAutoScroll (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Label.cpp110 m_pEdit->SetAutoScroll(HasFlag(PES_AUTOSCROLL)); in SetParamByFlag()
DPWL_Edit.cpp272 m_pEdit->SetAutoScroll(HasFlag(PES_AUTOSCROLL), FALSE); in SetParamByFlag()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h225 virtual void SetAutoScroll(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE) = 0;
Dfxet_edit.h592 void SetAutoScroll(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE);
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1121 void CFX_Edit::SetAutoScroll(FX_BOOL bAuto/* =TRUE */, FX_BOOL bPaint/* = TRUE*/) in SetAutoScroll() function in CFX_Edit