Home
last modified time | relevance | path

Searched refs:m_borderColorSet (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLFrameSetElement.cpp51 , 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()
DHTMLFrameSetElement.h43 bool hasBorderColor() const { return m_borderColorSet; } in hasBorderColor()
93 bool m_borderColorSet; variable