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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableElement.h 96 bool m_frameAttr; // Implies a thin border width if no border is set and then a certain set of solid/hidden borders based off the value.
HTMLTableElement.cpp 53 , m_frameAttr(false)
384 m_frameAttr = getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft);
429 if (m_frameAttr)

Completed in 423 milliseconds