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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableElement.h 105 RefPtrWillBeMember<StylePropertySet> m_sharedCellStyle;
HTMLTableElement.cpp 406 m_sharedCellStyle = nullptr;
509 if (!m_sharedCellStyle)
510 m_sharedCellStyle = createSharedCellStyle();
511 return m_sharedCellStyle.get();
581 visitor->trace(m_sharedCellStyle);

Completed in 120 milliseconds