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

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

Completed in 258 milliseconds