Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_csscomputedstyle.cpp82 return m_NonInheritedData.m_bHasBorder ? &(m_NonInheritedData.m_BorderWidth) in GetBorderWidth()
187 m_BorderWidth(FDE_CSSLengthUnit::Point, 0), in NonInheritedData()
Dcfde_cssstyleselector.cpp302 pComputedStyle->m_NonInheritedData.m_BorderWidth.left, eType, in ApplyProperty()
309 pComputedStyle->m_NonInheritedData.m_BorderWidth.top, eType, in ApplyProperty()
316 pComputedStyle->m_NonInheritedData.m_BorderWidth.right, eType, in ApplyProperty()
323 pComputedStyle->m_NonInheritedData.m_BorderWidth.bottom, eType, in ApplyProperty()
Dcfde_csscomputedstyle.h44 FDE_CSSRect m_BorderWidth; variable