Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp844 m_bEnableScroll(false), in CFX_Edit()
953 m_bEnableScroll = bAuto; in SetAutoScroll()
1336 if (!m_bEnableScroll) in SetScrollPosX()
1348 if (!m_bEnableScroll) in SetScrollPosY()
2129 if (!m_bEnableScroll && !m_bEnableOverflow) { in IsTextOverflow()
Dfxet_edit.h490 bool m_bEnableScroll; variable