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 99 bool m_borderColorAttr; // Overrides the outset border and makes it solid for the table and cells instead.
HTMLTableElement.cpp 57 , m_borderColorAttr(false)
375 m_borderColorAttr = !value.isEmpty();
426 if (!m_borderAttr && !m_borderColorAttr) {
436 if (m_borderColorAttr) {
459 if (m_borderColorAttr)

Completed in 109 milliseconds