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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleRareNonInheritedData.cpp 70 , textOverflow(RenderStyle::initialTextOverflow())
154 , textOverflow(o.textOverflow)
245 && textOverflow == o.textOverflow
StyleRareNonInheritedData.h 165 unsigned textOverflow : 1; // Whether or not lines that spill out should be truncated with "..."
RenderStyle.cpp 434 || rareNonInheritedData->textOverflow != other.rareNonInheritedData->textOverflow
    [all...]
RenderStyle.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlSingleLine.cpp 364 return document().focusedElement() != node() && style()->textOverflow() == TextOverflowEllipsis;
RenderBlockLineLayout.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_util.js 119 link.style.textOverflow = 'clip';
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 53 milliseconds