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.cpp91 return m_NonInheritedData.m_bHasPadding ? &(m_NonInheritedData.m_PaddingWidth) in GetPaddingWidth()
101 m_NonInheritedData.m_PaddingWidth = rect; in SetPaddingWidth()
187 m_PaddingWidth(CFX_CSSLengthUnit::Point, 0), in NonInheritedData()
Dcfx_cssstyleselector.cpp271 pComputedStyle->m_NonInheritedData.m_PaddingWidth.left, eType, in ApplyProperty()
278 pComputedStyle->m_NonInheritedData.m_PaddingWidth.top, eType, in ApplyProperty()
285 pComputedStyle->m_NonInheritedData.m_PaddingWidth.right, eType, in ApplyProperty()
292 pComputedStyle->m_NonInheritedData.m_PaddingWidth.bottom, eType, in ApplyProperty()
Dcfx_csscomputedstyle.h45 CFX_CSSRect m_PaddingWidth; variable