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 95 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 54 , m_frameAttr(false)
385 m_frameAttr = getBordersFromFrameAttributeValue(value, borderTop, borderRight, borderBottom, borderLeft);
430 if (m_frameAttr)

Completed in 431 milliseconds