drawLineForText  1089 Source/core/rendering/InlineTextBox.cpp         context->drawLineForText(start, width, isPrinting);
drawLineForText  1092 Source/core/rendering/InlineTextBox.cpp             context->drawLineForText(start + FloatPoint(0, doubleOffset), width, isPrinting);
drawLineForText  1397 Source/core/rendering/InlineTextBox.cpp     ctx->drawLineForText(FloatPoint(boxOrigin.x() + start, boxOrigin.y() + logicalHeight() - lineThickness), width, textRenderer().document().printing());
drawLineForText   304 Source/platform/graphics/GraphicsContext.h     void drawLineForText(const FloatPoint&, float width, bool printing);