Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp388 bool bShowSel = !!(m_pProperties->m_dwStates & FWL_WGTSTATE_Focused); in DrawContent() local
389 if (bShowSel && m_pEditEngine->HasSelection()) { in DrawContent()