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 100 RefPtr<StylePropertySet> m_sharedCellStyle;
HTMLTableElement.cpp 409 m_sharedCellStyle = 0;
516 if (!m_sharedCellStyle)
517 m_sharedCellStyle = createSharedCellStyle();
518 return m_sharedCellStyle.get();

Completed in 26 milliseconds