Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.cpp92 return m_NonInheritedData.m_bHasPadding ? &(m_NonInheritedData.m_PaddingWidth) in GetPaddingWidth()
102 m_NonInheritedData.m_PaddingWidth = rect; in SetPaddingWidth()
188 m_PaddingWidth(CFX_CSSLengthUnit::Point, 0), in NonInheritedData()
Dcfx_cssstyleselector.cpp269 pComputedStyle->m_NonInheritedData.m_PaddingWidth.left, eType, in ApplyProperty()
276 pComputedStyle->m_NonInheritedData.m_PaddingWidth.top, eType, in ApplyProperty()
283 pComputedStyle->m_NonInheritedData.m_PaddingWidth.right, eType, in ApplyProperty()
290 pComputedStyle->m_NonInheritedData.m_PaddingWidth.bottom, eType, in ApplyProperty()
Dcfx_csscomputedstyle.h44 CFX_CSSRect m_PaddingWidth; variable