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

  /external/webkit/Source/WebCore/rendering/
RenderTable.h 206 void clearSingleColumn() { m_singleColumn = false; }
207 bool isSingleColumn() const { return m_singleColumn; }
265 bool m_singleColumn; // BS(Grace): should I use compact version?
RenderTable.cpp 71 m_singleColumn = false;
327 m_singleColumn = true;
    [all...]

Completed in 61 milliseconds