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 98 bool m_borderAttr; // Sets a precise border width and creates an outset border for the table and for its cells.
HTMLTableElement.cpp 56 , m_borderAttr(false)
373 m_borderAttr = parseBorderWidthAttribute(value);
426 if (!m_borderAttr && !m_borderColorAttr) {
457 if (!m_borderAttr)

Completed in 452 milliseconds