constructTextRun   82 Source/core/rendering/EllipsisBox.cpp     TextRun textRun = RenderBlockFlow::constructTextRun(&renderer(), font, m_str, style, TextRun::AllowTrailingExpansion);
constructTextRun  132 Source/core/rendering/EllipsisBox.cpp     return enclosingIntRect(font.selectionRectForText(RenderBlockFlow::constructTextRun(&renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), IntPoint(logicalLeft(), logicalTop() + root().selectionTopAdjustedForPrecedingBlock()), root().selectionHeightAdjustedForPrecedingBlock()));
constructTextRun  156 Source/core/rendering/EllipsisBox.cpp     context->drawHighlightForText(font, RenderBlockFlow::constructTextRun(&renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), localOrigin, h, c);
constructTextRun  212 Source/core/rendering/InlineTextBox.cpp     TextRun textRun = constructTextRun(styleToUse, font, respectHyphen ? &charactersWithHyphen : 0);
constructTextRun  665 Source/core/rendering/InlineTextBox.cpp     TextRun textRun = constructTextRun(styleToUse, font, string, maximumLength, hasHyphen() ? &charactersWithHyphen : 0);
constructTextRun  855 Source/core/rendering/InlineTextBox.cpp     TextRun textRun = constructTextRun(style, font, string, textRenderer().textLength() - m_start, respectHyphen ? &charactersWithHyphen : 0);
constructTextRun  892 Source/core/rendering/InlineTextBox.cpp     context->drawHighlightForText(font, constructTextRun(style, font), localOrigin, selHeight, c, sPos, ePos);
constructTextRun 1236 Source/core/rendering/InlineTextBox.cpp         TextRun run = constructTextRun(style, font);
constructTextRun 1281 Source/core/rendering/InlineTextBox.cpp     TextRun run = constructTextRun(style, font);
constructTextRun 1434 Source/core/rendering/InlineTextBox.cpp     return font.offsetForPosition(constructTextRun(style, font), lineOffset - logicalLeft(), includePartialGlyphs);
constructTextRun 1454 Source/core/rendering/InlineTextBox.cpp     return font.selectionRectForText(constructTextRun(styleToUse, font), IntPoint(logicalLeft(), 0), 0, from, to).maxX();
constructTextRun 1488 Source/core/rendering/InlineTextBox.cpp     TextRun textRun = constructTextRun(styleToUse, font);
constructTextRun 1513 Source/core/rendering/InlineTextBox.cpp     return constructTextRun(style, font, string, textRenderer().textLength() - startPos, charactersWithHyphen);
constructTextRun 1545 Source/core/rendering/InlineTextBox.cpp     return InlineTextBox::constructTextRun(style, font);
constructTextRun  109 Source/core/rendering/InlineTextBox.h     TextRun constructTextRun(RenderStyle*, const Font&, StringBuilder* charactersWithHyphen = 0) const;
constructTextRun  110 Source/core/rendering/InlineTextBox.h     TextRun constructTextRun(RenderStyle*, const Font&, StringView, int maximumLength, StringBuilder* charactersWithHyphen = 0) const;
constructTextRun 2760 Source/core/rendering/RenderBlockFlow.cpp     return constructTextRun(context, font, string, style,
constructTextRun  175 Source/core/rendering/RenderBlockFlow.h     static TextRun constructTextRun(RenderObject* context, const Font&, const String&, RenderStyle*,
constructTextRun  177 Source/core/rendering/RenderBlockFlow.h     static TextRun constructTextRun(RenderObject* context, const Font&, const RenderText*, unsigned offset, unsigned length, RenderStyle*,
constructTextRun  181 Source/core/rendering/RenderBlockFlow.h     static TextRun constructTextRun(RenderObject* context, const Font&, const String&, RenderStyle*, TextDirection,
constructTextRun  184 Source/core/rendering/RenderBlockFlow.h     static TextRun constructTextRun(RenderObject* context, const Font&, const RenderText*, RenderStyle*, TextDirection,
constructTextRun  187 Source/core/rendering/RenderBlockFlow.h     static TextRun constructTextRun(RenderObject* context, const Font&, const RenderText*, unsigned offset, unsigned length, RenderStyle*, TextDirection,
constructTextRun  190 Source/core/rendering/RenderBlockFlow.h     static TextRun constructTextRun(RenderObject* context, const Font&, const RenderText*, unsigned offset, RenderStyle*,
constructTextRun  193 Source/core/rendering/RenderBlockFlow.h     static TextRun constructTextRun(RenderObject* context, const Font&, const LChar* characters, int length, RenderStyle*, TextDirection,
constructTextRun  196 Source/core/rendering/RenderBlockFlow.h     static TextRun constructTextRun(RenderObject* context, const Font&, const UChar* characters, int length, RenderStyle*, TextDirection,
constructTextRun 1343 Source/core/rendering/RenderBlockLineLayout.cpp         float spaceWidth = font.width(RenderBlockFlow::constructTextRun(t, font, &space, 1, t->style(), LTR));
constructTextRun 2105 Source/core/rendering/RenderBlockLineLayout.cpp     int firstLineEllipsisWidth = firstLineFont.width(constructTextRun(this, firstLineFont, &horizontalEllipsis, 1, firstLineStyle(), ellipsisDirection));
constructTextRun 2106 Source/core/rendering/RenderBlockLineLayout.cpp     int ellipsisWidth = (font == firstLineFont) ? firstLineEllipsisWidth : font.width(constructTextRun(this, font, &horizontalEllipsis, 1, style(), ellipsisDirection));
constructTextRun   99 Source/core/rendering/RenderCombineText.cpp     TextRun run = RenderBlockFlow::constructTextRun(this, originalFont(), this, style(), style()->direction());
constructTextRun  946 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             totalWidth = anchorBox->logicalWidth() + font.width(RenderBlockFlow::constructTextRun(this, font, ellipsisAndSpace, 2, style(), style()->direction()));
constructTextRun  949 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             totalWidth = font.width(RenderBlockFlow::constructTextRun(this, font, &horizontalEllipsis, 1, style(), style()->direction()));
constructTextRun  108 Source/core/rendering/RenderFileUploadControl.cpp         TextRun textRun = constructTextRun(this, font, displayedFilename, style(), TextRun::AllowTrailingExpansion, RespectDirection | RespectDirectionOverride);
constructTextRun  157 Source/core/rendering/RenderFileUploadControl.cpp     float minDefaultLabelWidth = defaultWidthNumChars * font.width(constructTextRun(renderer, font, characterAsString, style(), TextRun::AllowTrailingExpansion));
constructTextRun  160 Source/core/rendering/RenderFileUploadControl.cpp     float defaultLabelWidth = font.width(constructTextRun(renderer, font, label, style(), TextRun::AllowTrailingExpansion));
constructTextRun  133 Source/core/rendering/RenderImage.cpp         IntSize paddedTextSize(paddingWidth + min(ceilf(font.width(RenderBlockFlow::constructTextRun(this, font, m_altText, style()))), maxAltTextWidth), paddingHeight + min(font.fontMetrics().height(), maxAltTextHeight));
constructTextRun  353 Source/core/rendering/RenderImage.cpp                 TextRun textRun = RenderBlockFlow::constructTextRun(this, font, m_altText, style(), TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion, DefaultTextRunFlags | RespectDirection);
constructTextRun  147 Source/core/rendering/RenderListBox.cpp                 TextRun textRun = constructTextRun(this, itemFont, text, style(), TextRun::AllowTrailingExpansion);
constructTextRun 1268 Source/core/rendering/RenderListMarker.cpp     TextRun textRun = RenderBlockFlow::constructTextRun(this, font, m_text, style());
constructTextRun 1307 Source/core/rendering/RenderListMarker.cpp         TextRun suffixRun = RenderBlockFlow::constructTextRun(this, font, suffixStr, 2, style(), style()->direction());
constructTextRun 1585 Source/core/rendering/RenderListMarker.cpp                 LayoutUnit suffixSpaceWidth = font.width(RenderBlockFlow::constructTextRun(this, font, suffixSpace, 2, style(), style()->direction()));
constructTextRun 1811 Source/core/rendering/RenderListMarker.cpp             int suffixSpaceWidth = font.width(RenderBlockFlow::constructTextRun(this, font, suffixSpace, 2, style(), style()->direction()));
constructTextRun  765 Source/core/rendering/RenderText.cpp     TextRun run = RenderBlockFlow::constructTextRun(const_cast<RenderText*>(this), f, this, start, len, style(), textDirection);
constructTextRun  821 Source/core/rendering/RenderText.cpp             float spaceWidth = font.width(RenderBlockFlow::constructTextRun(this, font, &space, 1, style(), direction));
constructTextRun  895 Source/core/rendering/RenderText.cpp     return font.width(RenderBlockFlow::constructTextRun(renderer, font, style->hyphenString().string(), style, direction));
constructTextRun 1045 Source/core/rendering/RenderText.cpp                     cachedWordTrailingSpaceWidth[textDirection] = f.width(RenderBlockFlow::constructTextRun(this, f, &space, 1, styleToUse, textDirection)) + wordSpacing;
constructTextRun 1116 Source/core/rendering/RenderText.cpp                 TextRun run = RenderBlockFlow::constructTextRun(this, f, this, i, 1, styleToUse, textDirection);
constructTextRun 1524 Source/core/rendering/RenderText.cpp         TextRun run = RenderBlockFlow::constructTextRun(const_cast<RenderText*>(this), f, this, from, len, style(), textDirection);
constructTextRun  228 Source/core/rendering/RenderTextControl.cpp     TextRun textRun = constructTextRun(this, font, str, style(), TextRun::AllowTrailingExpansion);
constructTextRun  512 Source/core/rendering/line/BreakingContextInlineHeaders.h     return font.width(RenderBlockFlow::constructTextRun(renderer, font,
constructTextRun  528 Source/core/rendering/line/BreakingContextInlineHeaders.h     TextRun run = RenderBlockFlow::constructTextRun(text, font, text, from, len, text->style());
constructTextRun  602 Source/core/rendering/line/BreakingContextInlineHeaders.h         font.width(RenderBlockFlow::constructTextRun(
constructTextRun   99 Source/core/rendering/svg/SVGInlineTextBox.cpp     TextRun textRun = constructTextRun(style, fragment);
constructTextRun  138 Source/core/rendering/svg/SVGInlineTextBox.cpp     FloatRect selectionRect = scaledFont.selectionRectForText(constructTextRun(style, fragment), textOrigin, fragment.height * scalingFactor, startPosition, endPosition);
constructTextRun  665 Source/core/rendering/svg/SVGInlineTextBox.cpp     TextRun textRun = constructTextRun(style, fragment);
constructTextRun  679 Source/core/rendering/svg/SVGInlineTextBox.cpp     TextRun selectionTextRun = constructTextRun(selectionStyle, fragment);
constructTextRun   66 Source/core/rendering/svg/SVGInlineTextBox.h     TextRun constructTextRun(RenderStyle*, const SVGTextFragment&) const;
constructTextRun  100 Source/core/rendering/svg/SVGTextMetrics.cpp     return SVGTextMetrics(text, constructTextRun(text, position, length));
constructTextRun   43 Source/core/rendering/svg/SVGTextMetrics.h     static TextRun constructTextRun(RenderSVGInlineText*, unsigned position, unsigned length);
constructTextRun   65 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp     , m_run(SVGTextMetrics::constructTextRun(text, 0, text->textLength()))