Home
last modified time | relevance | path

Searched refs:clearTruncation (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRootInlineBox.h88 virtual void clearTruncation();
DInlineTextBox.h120 virtual void clearTruncation() { m_truncation = cNoTruncation; } in clearTruncation() function
DInlineBox.h282 virtual void clearTruncation() { } in clearTruncation() function
DInlineFlowBox.h99 virtual void clearTruncation();
DRootInlineBox.cpp82 void RootInlineBox::clearTruncation() in clearTruncation() function in WebCore::RootInlineBox
86 InlineFlowBox::clearTruncation(); in clearTruncation()
DInlineFlowBox.cpp1300 void InlineFlowBox::clearTruncation() in clearTruncation() function in WebCore::InlineFlowBox
1303 box->clearTruncation(); in clearTruncation()
DRenderFlexibleBox.cpp860 toRenderBlock(child)->clearTruncation(); in applyLineClamp()
DRenderBlock.h135 void clearTruncation();
DRenderBlock.cpp5691 void RenderBlock::clearTruncation() in clearTruncation() function in WebCore::RenderBlock
5697 box->clearTruncation(); in clearTruncation()
5702 toRenderBlock(obj)->clearTruncation(); in clearTruncation()
DRenderBlockLineLayout.cpp2432 curr->clearTruncation(); in deleteEllipsisLineBoxes()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2341166 (khtml::RenderBlock::clearTruncation):
41176 (khtml::InlineFlowBox::clearTruncation):
41179 (khtml::RootInlineBox::clearTruncation):
41186 (khtml::InlineBox::clearTruncation):
41189 (khtml::InlineTextBox::clearTruncation):
41441 (khtml::InlineTextBox::clearTruncation):
DChangeLog-2009-06-1639482 (WebCore::RootInlineBox::clearTruncation):
46259 (WebCore::RenderBlock::clearTruncation):
DChangeLog-2006-12-3118582 (WebCore::InlineBox::clearTruncation):
DChangeLog-2010-12-0623564 …ebCore::RenderFlexibleBox::applyLineClamp): Even if the child needs layout, call clearTruncation(),
117236 (WebCore::RootInlineBox::clearTruncation): Ditto.
DChangeLog-2007-10-1450116 (WebCore::RootInlineBox::clearTruncation):