Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp530 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_LTB_ShowScrollBarFocus) == in CalcSize()
562 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_LTB_ShowScrollBarFocus) == in CalcSize()
653 FWL_STYLEEXT_LTB_ShowScrollBarFocus) || in IsShowScrollBar()
720 if (GetStylesEx() & FWL_STYLEEXT_LTB_ShowScrollBarFocus) { in OnFocusChanged()
Dcfwl_listbox.h25 #define FWL_STYLEEXT_LTB_ShowScrollBarFocus (1L << 10) macro
/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp59 uint32_t dwExtendedStyle = FWL_STYLEEXT_LTB_ShowScrollBarFocus; in LoadWidget()