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.cpp51 uint32_t dwExtendedStyle = FWL_STYLEEXT_EDT_ShowScrollbarFocus | in UpdateWidgetProperty()
Dcxfa_ffnumericedit.cpp53 FWL_STYLEEXT_EDT_ShowScrollbarFocus | FWL_STYLEEXT_EDT_OuterScrollbar | in UpdateWidgetProperty()
Dcxfa_fftextedit.cpp74 FWL_STYLEEXT_EDT_ShowScrollbarFocus | FWL_STYLEEXT_EDT_OuterScrollbar; in UpdateWidgetProperty()
/external/pdfium/xfa/fwl/
Dcfwl_edit.h38 #define FWL_STYLEEXT_EDT_ShowScrollbarFocus (1L << 25) macro
Dcfwl_edit.cpp730 (m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_ShowScrollbarFocus) in IsShowScrollBar()
812 if ((m_pProperties->m_dwStyleExes & FWL_STYLEEXT_EDT_ShowScrollbarFocus) == in LayoutScrollBar()