HomeSort by relevance Sort by last modified time
    Searched refs:m_borderColorAttr (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/html/
HTMLTableElement.h 120 bool m_borderColorAttr; // Overrides the outset border and makes it solid for the table and cells instead.
HTMLTableElement.cpp 48 , m_borderColorAttr(false)
348 m_borderColorAttr = attr->decl();
351 m_borderColorAttr = true;
465 if ((!m_borderAttr && !m_borderColorAttr) || m_frameAttr)
468 AtomicString borderValue = m_borderColorAttr ? "solid" : "outset";
476 int v = m_borderColorAttr ? CSSValueSolid : CSSValueOutset;
507 if (m_borderColorAttr)

Completed in 29 milliseconds