Searched refs:m_MarginWidth (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_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(CFX_CSSLengthUnit::Point, 0), in NonInheritedData()
|
D | cfx_cssstyleselector.cpp | 241 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()
|
D | cfx_csscomputedstyle.h | 42 CFX_CSSRect m_MarginWidth; variable
|