Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTableElement.h100 …bool m_frameAttr; // Implies a thin border width if no border is set and then a certain … variable
DHTMLTableElement.cpp59 , m_frameAttr(false) in HTMLTableElement()
364m_frameAttr = getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borde… in parseAttribute()
405 if (m_frameAttr) in additionalPresentationAttributeStyle()