Searched refs:textShouldBeTruncated (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlSingleLine.cpp240 placeholder->setInlineStyleProperty(CSSPropertyTextOverflow, textShouldBeTruncated() ? CSSValueEllipsis : CSSValueClip);
345 textBlockStyle->setTextOverflow(textShouldBeTruncated() ? TextOverflowEllipsis : TextOverflowClip);
362 bool RenderTextControlSingleLine::textShouldBeTruncated() const function in class:blink::RenderTextControlSingleLine
H A DRenderTextControlSingleLine.h76 bool textShouldBeTruncated() const;

Completed in 75 milliseconds