Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_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()
Dcfde_cssstyleselector.cpp248 pComputedStyle->m_NonInheritedData.m_bHasMargin = true; in ApplyProperty()
255 pComputedStyle->m_NonInheritedData.m_bHasMargin = true; in ApplyProperty()
262 pComputedStyle->m_NonInheritedData.m_bHasMargin = true; in ApplyProperty()
269 pComputedStyle->m_NonInheritedData.m_bHasMargin = true; in ApplyProperty()
Dcfde_csscomputedstyle.h54 bool m_bHasMargin; variable