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 100 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 58 , m_frameAttr(false)
382 m_frameAttr = getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft);
423 if (m_frameAttr)

Completed in 6620 milliseconds