Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_combobox.h38 #define FWL_STYLEEXT_CMB_ReadOnly (1L << 13) macro
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffchoicelist.cpp280 dwExtendedStyle |= FWL_STYLEEXT_CMB_ReadOnly; in UpdateWidgetProperty()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_comboboximp.cpp1327 if (!(this->GetStylesEx() & FWL_STYLEEXT_CMB_ReadOnly)) { in DisForm_Layout()