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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlSingleLine.h 77 bool textShouldBeTruncated() const;
RenderTextControlSingleLine.cpp 256 placeholder->setInlineStyleProperty(CSSPropertyTextOverflow, textShouldBeTruncated() ? CSSValueEllipsis : CSSValueClip);
366 textBlockStyle->setTextOverflow(textShouldBeTruncated() ? TextOverflowEllipsis : TextOverflowClip);
380 bool RenderTextControlSingleLine::textShouldBeTruncated() const

Completed in 97 milliseconds