textShouldBeTruncated 257 Source/core/rendering/RenderTextControlSingleLine.cpp placeholder->setInlineStyleProperty(CSSPropertyTextOverflow, textShouldBeTruncated() ? CSSValueEllipsis : CSSValueClip); textShouldBeTruncated 367 Source/core/rendering/RenderTextControlSingleLine.cpp textBlockStyle->setTextOverflow(textShouldBeTruncated() ? TextOverflowEllipsis : TextOverflowClip); textShouldBeTruncated 77 Source/core/rendering/RenderTextControlSingleLine.h bool textShouldBeTruncated() const;