Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareNonInheritedData.cpp70 , textOverflow(RenderStyle::initialTextOverflow()) in StyleRareNonInheritedData()
154 , textOverflow(o.textOverflow) in StyleRareNonInheritedData()
245 && textOverflow == o.textOverflow in operator ==()
DStyleRareNonInheritedData.h165 unsigned textOverflow : 1; // Whether or not lines that spill out should be truncated with "..." variable
DRenderStyle.cpp434 || rareNonInheritedData->textOverflow != other.rareNonInheritedData->textOverflow in diffNeedsFullLayoutAndPaintInvalidation()
DRenderStyle.h826 …TextOverflow textOverflow() const { return static_cast<TextOverflow>(rareNonInheritedData->textOve… in textOverflow() function
1312 …void setTextOverflow(TextOverflow overflow) { SET_VAR(rareNonInheritedData, textOverflow, overflow… in setTextOverflow()
/external/chromium_org/chrome/browser/resources/local_ntp/
Dmost_visited_util.js119 link.style.textOverflow = 'clip';
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControlSingleLine.cpp364 return document().focusedElement() != node() && style()->textOverflow() == TextOverflowEllipsis; in textShouldBeTruncated()
DRenderBlockLineLayout.cpp1528 bool hasTextOverflow = (style()->textOverflow() && hasOverflowClip()) in layoutInlineChildren()
1530 && parent()->style()->textOverflow() && parent()->hasOverflowClip()); in layoutInlineChildren()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2231 if (style->textOverflow()) in getPropertyCSSValue()