addColumn 268 Source/core/rendering/RenderTable.h void addColumn(const RenderTableCol*); addColumn 75 Source/core/rendering/RenderTableCol.cpp table()->addColumn(this); addColumn 48 Source/modules/webdatabase/SQLResultSetRowList.h void addColumn(const String& name) { m_columns.append(name); } addColumn 173 Source/modules/webdatabase/SQLStatementBackend.cpp rows->addColumn(statement.getColumnName(i)); addColumn 103 Source/modules/webdatabase/SQLStatementSync.cpp rows->addColumn(statement.getColumnName(i));