Home
last modified time | relevance | path

Searched refs:hasMarkupTruncation (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderObject.h672 bool hasMarkupTruncation() const { return m_hasMarkupTruncation; } in hasMarkupTruncation() function
DRenderBlock.cpp5694 if (childrenInline() && hasMarkupTruncation()) { in clearTruncation()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2341121 Check !isInlineFlow rather than checking hasMarkupTruncation. Otherwise, we break
41131 Only walk the ellipsis list if hasMarkupTruncation is true.
41169 (khtml::RenderBlock::hasMarkupTruncation):
DChangeLog-2009-06-1647629 (WebCore::RenderObject::hasMarkupTruncation):