Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.cpp82 return m_NonInheritedData.m_bHasBorder ? &(m_NonInheritedData.m_BorderWidth) in GetBorderWidth()
187 m_BorderWidth(CFX_CSSLengthUnit::Point, 0), in NonInheritedData()
Dcfx_cssstyleselector.cpp297 pComputedStyle->m_NonInheritedData.m_BorderWidth.left, eType, in ApplyProperty()
304 pComputedStyle->m_NonInheritedData.m_BorderWidth.top, eType, in ApplyProperty()
311 pComputedStyle->m_NonInheritedData.m_BorderWidth.right, eType, in ApplyProperty()
318 pComputedStyle->m_NonInheritedData.m_BorderWidth.bottom, eType, in ApplyProperty()
Dcfx_csscomputedstyle.h43 CFX_CSSRect m_BorderWidth; variable