Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Label.cpp81 m_pEdit->SetAutoScroll(HasFlag(PES_AUTOSCROLL)); in SetParamByFlag()
DPWL_Edit.cpp232 m_pEdit->SetAutoScroll(HasFlag(PES_AUTOSCROLL), FALSE); in SetParamByFlag()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h240 virtual void SetAutoScroll(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE) = 0;
Dfxet_edit.h549 void SetAutoScroll(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE) override;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp896 void CFX_Edit::SetAutoScroll(FX_BOOL bAuto, FX_BOOL bPaint) { in SetAutoScroll() function in CFX_Edit