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

  /external/webkit/WebCore/html/
HTMLTableElement.h 119 bool m_borderAttr; // Sets a precise border width and creates an outset border for the table and for its cells.
HTMLTableElement.cpp 47 , m_borderAttr(false)
329 m_borderAttr = true;
334 m_borderAttr = primVal->getDoubleValue(CSSPrimitiveValue::CSS_NUMBER);
342 m_borderAttr = border;
465 if ((!m_borderAttr && !m_borderColorAttr) || m_frameAttr)
505 if (!m_borderAttr)

Completed in 181 milliseconds