Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_csscomputedstyle.cpp92 return m_NonInheritedData.m_bHasPadding ? &(m_NonInheritedData.m_PaddingWidth) in GetPaddingWidth()
102 m_NonInheritedData.m_PaddingWidth = rect; in SetPaddingWidth()
188 m_PaddingWidth(FDE_CSSLengthUnit::Point, 0), in NonInheritedData()
Dcfde_cssstyleselector.cpp274 pComputedStyle->m_NonInheritedData.m_PaddingWidth.left, eType, in ApplyProperty()
281 pComputedStyle->m_NonInheritedData.m_PaddingWidth.top, eType, in ApplyProperty()
288 pComputedStyle->m_NonInheritedData.m_PaddingWidth.right, eType, in ApplyProperty()
295 pComputedStyle->m_NonInheritedData.m_PaddingWidth.bottom, eType, in ApplyProperty()
Dcfde_csscomputedstyle.h45 FDE_CSSRect m_PaddingWidth; variable