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.cpp523 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_LTB_ShowScrollBarFocus) == in CalcSize()
555 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_LTB_ShowScrollBarFocus) == in CalcSize()
647 FWL_STYLEEXT_LTB_ShowScrollBarFocus) || in IsShowScrollBar()
716 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.cpp60 uint32_t dwExtendedStyle = FWL_STYLEEXT_LTB_ShowScrollBarFocus; in LoadWidget()