Home
last modified time | relevance | path

Searched refs:textOverflow (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareNonInheritedData.cpp68 , textOverflow(RenderStyle::initialTextOverflow()) in StyleRareNonInheritedData()
144 , textOverflow(o.textOverflow) in StyleRareNonInheritedData()
227 && textOverflow == o.textOverflow in operator ==()
DStyleRareNonInheritedData.h171 unsigned textOverflow : 1; // Whether or not lines that spill out should be truncated with "..." variable
DRenderStyle.cpp402 || rareNonInheritedData->textOverflow != other->rareNonInheritedData->textOverflow) in diff()
DRenderStyle.h797 …TextOverflow textOverflow() const { return static_cast<TextOverflow>(rareNonInheritedData->textOve… in textOverflow() function
1260 …void setTextOverflow(TextOverflow overflow) { SET_VAR(rareNonInheritedData, textOverflow, overflow… in setTextOverflow()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControlSingleLine.cpp382 return document().focusedElement() != node() && style()->textOverflow() == TextOverflowEllipsis; in textShouldBeTruncated()
DRenderBlockLineLayout.cpp1741 bool hasTextOverflow = (style()->textOverflow() && hasOverflowClip()) in layoutInlineChildren()
1743 && parent()->style()->textOverflow() && parent()->hasOverflowClip()); in layoutInlineChildren()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2327 if (style->textOverflow()) in getPropertyCSSValue()