Searched refs:m_BorderWidth (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_csscomputedstyle.cpp | 82 return m_NonInheritedData.m_bHasBorder ? &(m_NonInheritedData.m_BorderWidth) in GetBorderWidth() 187 m_BorderWidth(CFX_CSSLengthUnit::Point, 0), in NonInheritedData()
|
D | cfx_cssstyleselector.cpp | 297 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()
|
D | cfx_csscomputedstyle.h | 43 CFX_CSSRect m_BorderWidth; variable
|