Home
last modified time | relevance | path

Searched refs:m_bHasBorder (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()
194 m_bHasBorder(false), in NonInheritedData()
Dcfde_cssstyleselector.cpp304 pComputedStyle->m_NonInheritedData.m_bHasBorder = true; in ApplyProperty()
311 pComputedStyle->m_NonInheritedData.m_bHasBorder = true; in ApplyProperty()
318 pComputedStyle->m_NonInheritedData.m_bHasBorder = true; in ApplyProperty()
325 pComputedStyle->m_NonInheritedData.m_bHasBorder = true; in ApplyProperty()
Dcfde_csscomputedstyle.h55 bool m_bHasBorder; variable