Searched refs:m_borderColorSet (Results 1 – 2 of 2) sorted by relevance
51 , m_borderColorSet(false) in HTMLFrameSetElement()109 m_borderColorSet = attr->decl(); in parseMappedAttribute()112 m_borderColorSet = true; in parseMappedAttribute()177 if (!m_borderColorSet) in attach()178 m_borderColorSet = frameset->hasBorderColor(); in attach()
43 bool hasBorderColor() const { return m_borderColorSet; } in hasBorderColor()93 bool m_borderColorSet; variable