Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_scrollbar.h16 #define FWL_STYLEEXT_SCB_Vert (1L << 0) macro
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_scrollbarimp.cpp164 return m_pProperties->m_dwStyleExes & FWL_STYLEEXT_SCB_Vert; in IsVertical()
Dfwl_listboximp.cpp947 prop.m_dwStyleExes = bVert ? FWL_STYLEEXT_SCB_Vert : FWL_STYLEEXT_SCB_Horz; in InitScrollBar()
Dfwl_editimp.cpp1661 prop.m_dwStyleExes = bVert ? FWL_STYLEEXT_SCB_Vert : FWL_STYLEEXT_SCB_Horz; in InitScrollBar()