Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.cpp87 return m_NonInheritedData.m_bHasMargin ? &(m_NonInheritedData.m_MarginWidth) in GetMarginWidth()
97 m_NonInheritedData.m_MarginWidth = rect; in SetMarginWidth()
186 : m_MarginWidth(CFX_CSSLengthUnit::Point, 0), in NonInheritedData()
Dcfx_cssstyleselector.cpp241 pComputedStyle->m_NonInheritedData.m_MarginWidth.left, eType, in ApplyProperty()
248 pComputedStyle->m_NonInheritedData.m_MarginWidth.top, eType, in ApplyProperty()
255 pComputedStyle->m_NonInheritedData.m_MarginWidth.right, eType, in ApplyProperty()
262 pComputedStyle->m_NonInheritedData.m_MarginWidth.bottom, eType, in ApplyProperty()
Dcfx_csscomputedstyle.h42 CFX_CSSRect m_MarginWidth; variable