columnCount 54 Source/core/accessibility/AXARIAGrid.cpp bool AXARIAGrid::addTableCellChild(AXObject* child, HashSet<AXObject*>& appendedRows, unsigned& columnCount) columnCount 65 Source/core/accessibility/AXARIAGrid.cpp if (rowCellCount > columnCount) columnCount 66 Source/core/accessibility/AXARIAGrid.cpp columnCount = rowCellCount; columnCount 99 Source/core/accessibility/AXARIAGrid.cpp unsigned columnCount = 0; columnCount 102 Source/core/accessibility/AXARIAGrid.cpp if (!addTableCellChild(child.get(), appendedRows, columnCount)) { columnCount 113 Source/core/accessibility/AXARIAGrid.cpp addTableCellChild(children[i].get(), appendedRows, columnCount); columnCount 118 Source/core/accessibility/AXARIAGrid.cpp for (unsigned i = 0; i < columnCount; ++i) { columnCount 58 Source/core/accessibility/AXARIAGrid.h bool addTableCellChild(AXObject*, HashSet<AXObject*>& appendedRows, unsigned& columnCount); columnCount 83 Source/core/accessibility/AXARIAGridCell.cpp unsigned columnCount = toAXTable(parent)->columnCount(); columnCount 84 Source/core/accessibility/AXARIAGridCell.cpp if (!columnCount) columnCount 91 Source/core/accessibility/AXARIAGridCell.cpp rowRange.first = k / columnCount; columnCount 473 Source/core/accessibility/AXTable.cpp if (column >= columnCount() || row >= rowCount()) columnCount 65 Source/core/accessibility/AXTable.h unsigned columnCount(); columnCount 434 Source/core/animation/css/CSSAnimatableValueFactory.cpp return createFromDouble(style.columnCount()); columnCount 247 Source/core/animation/css/CSSPropertyEquality.cpp return a.columnCount() == b.columnCount(); columnCount 1827 Source/core/css/CSSComputedStyleDeclaration.cpp return cssValuePool().createValue(style->columnCount(), CSSPrimitiveValue::CSS_NUMBER); columnCount 38 Source/core/css/CSSGridTemplateAreasValue.cpp CSSGridTemplateAreasValue::CSSGridTemplateAreasValue(const NamedGridAreaMap& gridAreaMap, size_t rowCount, size_t columnCount) columnCount 42 Source/core/css/CSSGridTemplateAreasValue.cpp , m_columnCount(columnCount) columnCount 42 Source/core/css/CSSGridTemplateAreasValue.h static PassRefPtrWillBeRawPtr<CSSGridTemplateAreasValue> create(const NamedGridAreaMap& gridAreaMap, size_t rowCount, size_t columnCount) columnCount 44 Source/core/css/CSSGridTemplateAreasValue.h return adoptRefWillBeRefCountedGarbageCollected(new CSSGridTemplateAreasValue(gridAreaMap, rowCount, columnCount)); columnCount 52 Source/core/css/CSSGridTemplateAreasValue.h size_t columnCount() const { return m_columnCount; } columnCount 57 Source/core/css/CSSGridTemplateAreasValue.h CSSGridTemplateAreasValue(const NamedGridAreaMap&, size_t rowCount, size_t columnCount); columnCount 2023 Source/core/css/parser/CSSPropertyParser.cpp RefPtrWillBeRawPtr<CSSValue> columnCount = nullptr; columnCount 2040 Source/core/css/parser/CSSPropertyParser.cpp if (!columnCount) { columnCount 2041 Source/core/css/parser/CSSPropertyParser.cpp if ((columnCount = parseColumnCount())) columnCount 2057 Source/core/css/parser/CSSPropertyParser.cpp ASSERT(!columnCount); columnCount 2058 Source/core/css/parser/CSSPropertyParser.cpp columnCount = cssValuePool().createIdentifierValue(CSSValueAuto); columnCount 2061 Source/core/css/parser/CSSPropertyParser.cpp ASSERT(columnCount || columnWidth); columnCount 2068 Source/core/css/parser/CSSPropertyParser.cpp if (columnCount) columnCount 2069 Source/core/css/parser/CSSPropertyParser.cpp addProperty(CSSPropertyWebkitColumnCount, columnCount, important); columnCount 3489 Source/core/css/parser/CSSPropertyParser.cpp size_t columnCount = 0; columnCount 3509 Source/core/css/parser/CSSPropertyParser.cpp if (!parseGridTemplateAreasRow(gridAreaMap, rowCount, columnCount)) columnCount 3538 Source/core/css/parser/CSSPropertyParser.cpp RefPtrWillBeRawPtr<CSSValue> templateAreas = CSSGridTemplateAreasValue::create(gridAreaMap, rowCount, columnCount); columnCount 3823 Source/core/css/parser/CSSPropertyParser.cpp bool CSSPropertyParser::parseGridTemplateAreasRow(NamedGridAreaMap& gridAreaMap, const size_t rowCount, size_t& columnCount) columnCount 3836 Source/core/css/parser/CSSPropertyParser.cpp if (!columnCount) { columnCount 3837 Source/core/css/parser/CSSPropertyParser.cpp columnCount = columnNames.size(); columnCount 3838 Source/core/css/parser/CSSPropertyParser.cpp ASSERT(columnCount); columnCount 3839 Source/core/css/parser/CSSPropertyParser.cpp } else if (columnCount != columnNames.size()) { columnCount 3844 Source/core/css/parser/CSSPropertyParser.cpp for (size_t currentCol = 0; currentCol < columnCount; ++currentCol) { columnCount 3853 Source/core/css/parser/CSSPropertyParser.cpp for (lookAheadCol = currentCol; lookAheadCol < (columnCount - 1); ++lookAheadCol) { columnCount 3890 Source/core/css/parser/CSSPropertyParser.cpp size_t columnCount = 0; columnCount 3893 Source/core/css/parser/CSSPropertyParser.cpp if (!parseGridTemplateAreasRow(gridAreaMap, rowCount, columnCount)) columnCount 3898 Source/core/css/parser/CSSPropertyParser.cpp if (!rowCount || !columnCount) columnCount 3901 Source/core/css/parser/CSSPropertyParser.cpp return CSSGridTemplateAreasValue::create(gridAreaMap, rowCount, columnCount); columnCount 1821 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->setNamedGridAreaColumnCount(gridTemplateAreasValue->columnCount()); columnCount 61 Source/core/rendering/ColumnInfo.h unsigned columnCount() const { return m_columnCount; } columnCount 1401 Source/core/rendering/RenderBlock.cpp if (columnCount(colInfo)) { columnCount 1402 Source/core/rendering/RenderBlock.cpp LayoutRect lastRect = columnRectAt(colInfo, columnCount(colInfo) - 1); columnCount 1779 Source/core/rendering/RenderBlock.cpp unsigned colCount = columnCount(colInfo); columnCount 1857 Source/core/rendering/RenderBlock.cpp unsigned colCount = columnCount(colInfo); columnCount 2822 Source/core/rendering/RenderBlock.cpp int colCount = m_colInfo->columnCount(); columnCount 3181 Source/core/rendering/RenderBlock.cpp int colCount = max<int>(1, style()->columnCount()); columnCount 3256 Source/core/rendering/RenderBlock.cpp return colInfo->columnCount(); columnCount 3290 Source/core/rendering/RenderBlock.cpp if (!columnCount(colInfo)) columnCount 3298 Source/core/rendering/RenderBlock.cpp for (unsigned i = 0; i < colInfo->columnCount(); i++) { columnCount 3379 Source/core/rendering/RenderBlock.cpp unsigned colCount = columnCount(colInfo); columnCount 3436 Source/core/rendering/RenderBlock.cpp LayoutUnit expandedLogicalHeight = borderBefore() + paddingBefore() + columnCount(colInfo) * columnLogicalHeight + borderAfter() + paddingAfter() + scrollbarLogicalHeight(); columnCount 3450 Source/core/rendering/RenderBlock.cpp LayoutUnit expandedLogicalHeight = borderBefore() + paddingBefore() + columnCount(colInfo) * columnLogicalHeight + borderAfter() + paddingAfter() + scrollbarLogicalHeight(); columnCount 3466 Source/core/rendering/RenderBlock.cpp unsigned colCount = columnCount(colInfo); columnCount 3574 Source/core/rendering/RenderBlock.cpp int columnCount = style()->hasAutoColumnCount() ? 1 : style()->columnCount(); columnCount 3576 Source/core/rendering/RenderBlock.cpp LayoutUnit gapExtra = (columnCount - 1) * columnGap(); columnCount 3578 Source/core/rendering/RenderBlock.cpp minLogicalWidth = minLogicalWidth * columnCount + gapExtra; columnCount 3588 Source/core/rendering/RenderBlock.cpp maxLogicalWidth = max(maxLogicalWidth, columnWidth) * columnCount + gapExtra; columnCount 214 Source/core/rendering/RenderBlock.h unsigned columnCount(ColumnInfo*) const; columnCount 283 Source/core/rendering/RenderBlockFlow.cpp if (columnCount(colInfo)) { columnCount 2637 Source/core/rendering/RenderLayer.cpp unsigned colCount = columnBlock->columnCount(colInfo); columnCount 3213 Source/core/rendering/RenderLayer.cpp int colCount = columnBlock->columnCount(colInfo); columnCount 109 Source/core/rendering/RenderMultiColumnFlowThread.cpp int colCount = max<int>(1, columnStyle->columnCount()); columnCount 41 Source/core/rendering/RenderMultiColumnFlowThread.h unsigned columnCount() const { return m_columnCount; } columnCount 135 Source/core/rendering/RenderMultiColumnSet.cpp if (columnCount() <= computedColumnCount()) { columnCount 213 Source/core/rendering/RenderMultiColumnSet.cpp setComputedColumnWidthAndCount(flowThread->columnWidth(), flowThread->columnCount()); columnCount 220 Source/core/rendering/RenderMultiColumnSet.cpp unsigned colCount = columnCount(); columnCount 330 Source/core/rendering/RenderMultiColumnSet.cpp return columnCount() - 1; columnCount 417 Source/core/rendering/RenderMultiColumnSet.cpp unsigned colCount = columnCount(); columnCount 479 Source/core/rendering/RenderMultiColumnSet.cpp unsigned colCount = columnCount(); columnCount 534 Source/core/rendering/RenderMultiColumnSet.cpp unsigned colCount = columnCount(); columnCount 112 Source/core/rendering/RenderMultiColumnSet.h unsigned columnCount() const; columnCount 890 Source/core/rendering/RenderTable.cpp unsigned columnCount = 0; columnCount 894 Source/core/rendering/RenderTable.cpp unsigned startCol = columnCount; columnCount 896 Source/core/rendering/RenderTable.cpp unsigned endCol = columnCount + span - 1; columnCount 897 Source/core/rendering/RenderTable.cpp columnCount += span; columnCount 898 Source/core/rendering/RenderTable.cpp if (columnCount > col) { columnCount 811 Source/core/rendering/RenderView.cpp LayoutRect backgroundRect(0, 0, columnInfo->desiredColumnWidth(), columnInfo->columnHeight() * columnInfo->columnCount()); columnCount 847 Source/core/rendering/style/RenderStyle.h unsigned short columnCount() const { return rareNonInheritedData->m_multiCol->m_count; } columnCount 1278 Source/core/rendering/style/RenderStyle.h void setNamedGridAreaColumnCount(size_t columnCount) { SET_VAR(rareNonInheritedData.access()->m_grid, m_namedGridAreaColumnCount, columnCount); } columnCount 169 Source/modules/webdatabase/SQLStatementBackend.cpp int columnCount = statement.columnCount(); columnCount 172 Source/modules/webdatabase/SQLStatementBackend.cpp for (int i = 0; i < columnCount; i++) columnCount 176 Source/modules/webdatabase/SQLStatementBackend.cpp for (int i = 0; i < columnCount; i++) columnCount 99 Source/modules/webdatabase/SQLStatementSync.cpp int columnCount = statement.columnCount(); columnCount 102 Source/modules/webdatabase/SQLStatementSync.cpp for (int i = 0; i < columnCount; i++) columnCount 106 Source/modules/webdatabase/SQLStatementSync.cpp for (int i = 0; i < columnCount; i++) columnCount 205 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp if (columnCount() <= col) columnCount 216 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp if (columnCount() <= col) columnCount 247 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp if (columnCount() <= col) columnCount 259 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp if (columnCount() <= col) columnCount 270 Source/modules/webdatabase/sqlite/SQLiteStatement.cpp if (columnCount() <= col) columnCount 62 Source/modules/webdatabase/sqlite/SQLiteStatement.h int columnCount(); columnCount 926 Source/web/WebAXObject.cpp return toAXTable(m_private.get())->columnCount(); columnCount 186 public/web/WebAXObject.h BLINK_EXPORT unsigned columnCount() const;