Searched refs:textShouldBeTruncated (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlSingleLine.h76 bool textShouldBeTruncated() const;
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

Completed in 1560 milliseconds