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.cpp543 m_bEnableScroll(false), in CPWL_EditImpl()
646 m_bEnableScroll = bAuto; in SetAutoScroll()
1009 if (!m_bEnableScroll) in SetScrollPosX()
1021 if (!m_bEnableScroll) in SetScrollPosY()
1766 if (!m_bEnableScroll && !m_bEnableOverflow) { in IsTextOverflow()
Dcpwl_edit_impl.h386 bool m_bEnableScroll; variable