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

  /external/webkit/Source/WebCore/html/
DataGridColumn.h 73 RenderStyle* columnStyle() const { return m_columnStyle.get(); }
  /external/webkit/Source/WebCore/rendering/
RenderDataGrid.cpp 77 if (!column->columnStyle())
83 RenderStyle* RenderDataGrid::columnStyle(DataGridColumn* column)
85 if (!column->columnStyle())
87 return column->columnStyle();
159 RenderStyle* columnStyle = headerStyle(column);
162 if (!columnStyle || columnStyle->display() == NONE || columnStyle->visibility() != VISIBLE)

Completed in 153 milliseconds