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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableElement.h 93 bool m_borderAttr; // Sets a precise border width and creates an outset border for the table and for its cells.
HTMLTableElement.cpp 52 , m_borderAttr(false)
376 m_borderAttr = parseBorderWidthAttribute(value);
433 if (!m_borderAttr && !m_borderColorAttr) {
464 if (!m_borderAttr)

Completed in 32 milliseconds