Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combobox.h40 #define FWL_STYLEEXT_CMB_ReadOnly (1L << 13) macro
Dcfwl_combobox.cpp671 if (!(GetStylesEx() & FWL_STYLEEXT_CMB_ReadOnly)) { in DisForm_Layout()
/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp85 dwExtendedStyle |= FWL_STYLEEXT_CMB_ReadOnly; in UpdateWidgetProperty()