Searched refs:m_MarginWidth (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/fde/css/ |
D | cfde_csscomputedstyle.cpp | 87 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()
|
D | cfde_cssstyleselector.cpp | 246 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()
|
D | cfde_csscomputedstyle.h | 43 FDE_CSSRect m_MarginWidth; variable
|