Home
last modified time | relevance | path

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

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