currentColumn 212 Source/core/html/parser/BackgroundHTMLParser.cpp TextPosition position = TextPosition(m_input.current().currentLine(), m_input.current().currentColumn()); currentColumn 219 Source/core/html/parser/BackgroundHTMLParser.cpp CompactHTMLToken token(m_token.get(), TextPosition(m_input.current().currentLine(), m_input.current().currentColumn())); currentColumn 217 Source/core/html/parser/CSSPreloadScanner.cpp TextPosition position = TextPosition(source.currentLine(), source.currentColumn()); currentColumn 882 Source/core/html/parser/HTMLDocumentParser.cpp OrdinalNumber column = currentString.currentColumn(); currentColumn 133 Source/core/html/parser/HTMLInputStream.h m_column = m_inputStream->current().currentColumn(); currentColumn 153 Source/core/html/parser/HTMLPreloadScanner.cpp TextPosition position = TextPosition(source.currentLine(), source.currentColumn()); currentColumn 149 Source/core/rendering/AutoTableLayout.cpp unsigned currentColumn = 0; currentColumn 159 Source/core/rendering/AutoTableLayout.cpp unsigned effCol = m_table->colToEffCol(currentColumn); currentColumn 166 Source/core/rendering/AutoTableLayout.cpp currentColumn += span; currentColumn 138 Source/core/rendering/FixedTableLayout.cpp unsigned currentColumn = 0; currentColumn 158 Source/core/rendering/FixedTableLayout.cpp while (usedSpan < span && currentColumn < nEffCols) { currentColumn 159 Source/core/rendering/FixedTableLayout.cpp float eSpan = m_table->spanOfEffCol(currentColumn); currentColumn 161 Source/core/rendering/FixedTableLayout.cpp if (m_width[currentColumn].isAuto() && logicalWidth.type() != Auto) { currentColumn 162 Source/core/rendering/FixedTableLayout.cpp m_width[currentColumn] = logicalWidth; currentColumn 163 Source/core/rendering/FixedTableLayout.cpp m_width[currentColumn] *= eSpan / span; currentColumn 167 Source/core/rendering/FixedTableLayout.cpp ++currentColumn; currentColumn 310 Source/platform/text/SegmentedString.h OrdinalNumber currentColumn() const;