Home
last modified time | relevance | path

Searched refs:XFA_FWL_PSBSTYLEEXT_HiliteOutLine (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffpushbutton.h17 #define XFA_FWL_PSBSTYLEEXT_HiliteOutLine (1L << 2) macro
Dcxfa_ffpushbutton.cpp80 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HiliteOutLine; in UpdateWidgetProperty()
219 if (pWidget->GetStylesEx() & XFA_FWL_PSBSTYLEEXT_HiliteOutLine) { in OnDrawWidget()