Home
last modified time | relevance | path

Searched refs:m_bHasMargin (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()
98 m_NonInheritedData.m_bHasMargin = true; in SetMarginWidth()
193 m_bHasMargin(false), in NonInheritedData()
Dcfx_cssstyleselector.cpp243 pComputedStyle->m_NonInheritedData.m_bHasMargin = true; in ApplyProperty()
250 pComputedStyle->m_NonInheritedData.m_bHasMargin = true; in ApplyProperty()
257 pComputedStyle->m_NonInheritedData.m_bHasMargin = true; in ApplyProperty()
264 pComputedStyle->m_NonInheritedData.m_bHasMargin = true; in ApplyProperty()
Dcfx_csscomputedstyle.h53 bool m_bHasMargin; variable