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

  /external/webkit/WebCore/html/
HTMLDataGridColElement.h 63 DataGridColumn* column() const { return m_column.get(); }
64 void setColumn(PassRefPtr<DataGridColumn> col) { m_column = col; }
71 RefPtr<DataGridColumn> m_column; member in class:WebCore::HTMLDataGridColElement
HTMLDataGridColElement.cpp 56 if (m_column)
58 m_column = DataGridColumn::create(getAttribute(idAttributeName()), label(), type(), primary(), sortable());
  /external/webkit/WebCore/rendering/
RenderTableCell.h 46 int col() const { return m_column; }
47 void setCol(int col) { m_column = col; }
136 int m_column; member in class:WebCore::RenderTableCell
RenderTableCell.cpp 50 , m_column(-1)
    [all...]

Completed in 36 milliseconds