Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_csscomputedstyle.cpp87 return m_NonInheritedData.m_bHasMargin ? &(m_NonInheritedData.m_MarginWidth) in GetMarginWidth()
97 m_NonInheritedData.m_MarginWidth = rect; in SetMarginWidth()
186 : m_MarginWidth(FDE_CSSLengthUnit::Point, 0), in NonInheritedData()
Dcfde_cssstyleselector.cpp246 pComputedStyle->m_NonInheritedData.m_MarginWidth.left, eType, in ApplyProperty()
253 pComputedStyle->m_NonInheritedData.m_MarginWidth.top, eType, in ApplyProperty()
260 pComputedStyle->m_NonInheritedData.m_MarginWidth.right, eType, in ApplyProperty()
267 pComputedStyle->m_NonInheritedData.m_MarginWidth.bottom, eType, in ApplyProperty()
Dcfde_csscomputedstyle.h43 FDE_CSSRect m_MarginWidth; variable