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

Completed in 294 milliseconds