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

  /external/webkit/WebCore/rendering/style/
StyleRareNonInheritedData.cpp 39 , textOverflow(RenderStyle::initialTextOverflow())
74 , textOverflow(o.textOverflow)
130 && textOverflow == o.textOverflow
StyleRareNonInheritedData.h 96 bool textOverflow : 1; // Whether or not lines that spill out should be truncated with "..."
RenderStyle.cpp 320 rareNonInheritedData->textOverflow != other->rareNonInheritedData->textOverflow)
    [all...]
RenderStyle.h 638 bool textOverflow() const { return rareNonInheritedData->textOverflow; }
    [all...]
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderBlockLineLayout.cpp 553 bool hasTextOverflow = style()->textOverflow() && hasOverflowClip();
    [all...]

Completed in 29 milliseconds