Home
last modified time | relevance | path

Searched refs:m_bHasBorder (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()
194 m_bHasBorder(false), in NonInheritedData()
Dcfx_cssstyleselector.cpp299 pComputedStyle->m_NonInheritedData.m_bHasBorder = true; in ApplyProperty()
306 pComputedStyle->m_NonInheritedData.m_bHasBorder = true; in ApplyProperty()
313 pComputedStyle->m_NonInheritedData.m_bHasBorder = true; in ApplyProperty()
320 pComputedStyle->m_NonInheritedData.m_bHasBorder = true; in ApplyProperty()
Dcfx_csscomputedstyle.h54 bool m_bHasBorder; variable