Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.h286 m_MarginWidth = m_BorderWidth = in Reset()
302 FDE_CSSRECT m_MarginWidth; variable
586 return m_NonInheritedData.m_bHasMargin ? &(m_NonInheritedData.m_MarginWidth) in GetMarginWidth()
625 m_NonInheritedData.m_MarginWidth = rect; in SetMarginWidth()
Dfde_cssstyleselector.cpp659 SetLengthWithPercent(FDE_CSSNONINHERITS.m_MarginWidth.left, eType, in ApplyProperty()
664 SetLengthWithPercent(FDE_CSSNONINHERITS.m_MarginWidth.top, eType, in ApplyProperty()
669 SetLengthWithPercent(FDE_CSSNONINHERITS.m_MarginWidth.right, eType, in ApplyProperty()
674 SetLengthWithPercent(FDE_CSSNONINHERITS.m_MarginWidth.bottom, eType, in ApplyProperty()