Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/
DHTMLTableElement.cpp49 , m_frameAttr(false) in HTMLTableElement()
359 m_frameAttr = false; in parseMappedAttribute()
370 m_frameAttr = true; in parseMappedAttribute()
372 m_frameAttr = true; in parseMappedAttribute()
375 m_frameAttr = true; in parseMappedAttribute()
378 m_frameAttr = true; in parseMappedAttribute()
381 m_frameAttr = true; in parseMappedAttribute()
384 m_frameAttr = true; in parseMappedAttribute()
387 m_frameAttr = true; in parseMappedAttribute()
391 m_frameAttr = true; in parseMappedAttribute()
[all …]
DHTMLTableElement.h121 …bool m_frameAttr; // Implies a thin border width if no border is set and then a certain … variable