Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffpushbutton.h15 #define XFA_FWL_PSBSTYLEEXT_HiliteInverted (1L << 0) macro
Dcxfa_ffpushbutton.cpp77 dwStyleEx = XFA_FWL_PSBSTYLEEXT_HiliteInverted; in UpdateWidgetProperty()
205 if (pWidget->GetStylesEx() & XFA_FWL_PSBSTYLEEXT_HiliteInverted) { in OnDrawWidget()