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.h36 #define FWL_STYLEEXT_CMB_ReadOnly (1L << 13) macro
Dcfwl_combobox.cpp289 if (!(GetStylesEx() & FWL_STYLEEXT_CMB_ReadOnly)) { in Layout()
/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp94 dwExtendedStyle |= FWL_STYLEEXT_CMB_ReadOnly; in UpdateWidgetProperty()