OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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