Searched refs:m_borderLeft (Results 1 – 3 of 3) sorted by relevance
48 int borderLeft() const { return m_borderLeft; } in borderLeft()202 int m_borderLeft; variable
61 , m_borderLeft(0) in RenderTable()894 m_borderLeft = calcBorderLeft(); in recalcHorizontalBorders()
3788 , m_borderLeft(0) in BorderImageParseContext()3827 ASSERT(!m_borderLeft); in commitWidth()3828 m_borderLeft = val; in commitWidth()3832 m_allowWidth = !m_borderLeft; in commitWidth()3881 if (m_borderLeft) in commitBorderImage()3882 newList.addValue(*m_borderLeft); in commitBorderImage()3909 CSSParserValue* m_borderLeft; member