Home
last modified time | relevance | path

Searched refs:m_bEnableScroll (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp569 m_bEnableScroll(false), in CPWL_EditImpl()
672 m_bEnableScroll = bAuto; in SetAutoScroll()
1031 if (!m_bEnableScroll) in SetScrollPosX()
1043 if (!m_bEnableScroll) in SetScrollPosY()
1790 if (!m_bEnableScroll && !m_bEnableOverflow) { in IsTextOverflow()
Dcpwl_edit_impl.h410 bool m_bEnableScroll; variable