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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableElement.h 94 bool m_borderColorAttr; // Overrides the outset border and makes it solid for the table and cells instead.
HTMLTableElement.cpp 53 , m_borderColorAttr(false)
378 m_borderColorAttr = !value.isEmpty();
433 if (!m_borderAttr && !m_borderColorAttr) {
443 if (m_borderColorAttr) {
466 if (m_borderColorAttr)

Completed in 23 milliseconds