Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLTableElement.cpp50 , m_frameAttr(false) in HTMLTableElement()
345 m_frameAttr = false; in parseMappedAttribute()
356 m_frameAttr = true; in parseMappedAttribute()
358 m_frameAttr = true; in parseMappedAttribute()
361 m_frameAttr = true; in parseMappedAttribute()
364 m_frameAttr = true; in parseMappedAttribute()
367 m_frameAttr = true; in parseMappedAttribute()
370 m_frameAttr = true; in parseMappedAttribute()
373 m_frameAttr = true; in parseMappedAttribute()
377 m_frameAttr = true; in parseMappedAttribute()
[all …]
DHTMLTableElement.h97 …bool m_frameAttr; // Implies a thin border width if no border is set and then a certain … variable