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

  /external/webkit/Source/WebCore/rendering/
RenderTable.h 207 bool isSingleColumn() const { return m_singleColumn; }
RenderTableSection.cpp 298 if (table()->isSingleColumn()) {
338 if (table()->isSingleColumn()) {
462 if (table()->isSingleColumn()) {
    [all...]
AutoTableLayout.cpp 479 if (m_table->isSingleColumn())
    [all...]

Completed in 55 milliseconds