Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffpasswordedit.cpp47 uint32_t dwExtendedStyle = FWL_STYLEEXT_EDT_ShowScrollbarFocus | in UpdateWidgetProperty()
Dcxfa_ffnumericedit.cpp51 FWL_STYLEEXT_EDT_ShowScrollbarFocus | FWL_STYLEEXT_EDT_OuterScrollbar | in UpdateWidgetProperty()
Dcxfa_fftextedit.cpp73 FWL_STYLEEXT_EDT_ShowScrollbarFocus | FWL_STYLEEXT_EDT_OuterScrollbar; in UpdateWidgetProperty()
/external/pdfium/xfa/fwl/
Dcfwl_edit.h39 #define FWL_STYLEEXT_EDT_ShowScrollbarFocus (1L << 25) macro
Dcfwl_edit.cpp825 (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_ShowScrollbarFocus) in IsShowScrollBar()
906 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_ShowScrollbarFocus) == in LayoutScrollBar()