Home
last modified time | relevance | path

Searched refs:hasLineIfEmpty (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderButton.h65 virtual bool hasLineIfEmpty() const { return true; } in hasLineIfEmpty() function
DRenderMenuList.h117 virtual bool hasLineIfEmpty() const { return true; } in hasLineIfEmpty() function
DRenderTextControlSingleLine.h184 virtual bool hasLineIfEmpty() const { return true; } in hasLineIfEmpty() function
DRenderFlexibleBox.cpp390 if (!iterator.first() && hasLineIfEmpty()) in layoutHorizontalBox()
692 if (!iterator.first() && hasLineIfEmpty()) in layoutVerticalBox()
DRenderBlock.h303 virtual bool hasLineIfEmpty() const;
DRenderBlock.cpp5158 bool RenderBlock::hasLineIfEmpty() const in hasLineIfEmpty() function in WebCore::RenderBlock
5261 if (!firstLineBox() && hasLineIfEmpty()) { in lastLineBoxBaseline()
5280 if (!haveNormalFlowChild && hasLineIfEmpty()) { in lastLineBoxBaseline()
DRenderBlockLineLayout.cpp1245 if (!firstLineBox() && hasLineIfEmpty()) in layoutInlineChildren()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-104250 * rendering/RenderBlock.h: Added hasLineIfEmpty.
4252 (WebCore::RenderBlock::hasLineIfEmpty): Added. Checks for rootEditableElement as well as
4254 …(WebCore::RenderBlock::getBaselineOfLastLineBox): Calls hasLineIfEmpty instead of just checking fo…
DChangeLog-2006-12-3136121 Added case for when there's no children to check for hasLineIfEmpty.
36124 …* rendering/RenderButton.h: (WebCore::RenderButton::hasLineIfEmpty): Added so buttons always get a…
36125 * rendering/RenderMenuList.h: (WebCore::RenderMenuList::hasLineIfEmpty): ditto.
36127 …(WebCore::RenderFlexibleBox::layoutHorizontalBox): Added code to check hasLineIfEmpty to give flex…
DChangeLog-2009-06-161332 RenderBlock::hasLineIfEmpty for textarea shadow nodes as we
1340 (WebCore::RenderBlock::hasLineIfEmpty):
26801 (WebCore::RenderBlock::hasLineIfEmpty):
38762 (WebCore::RenderBlock::hasLineIfEmpty):
DChangeLog-2011-02-1630399 (WebCore::RenderBlock::hasLineIfEmpty):
38828 (WebCore::RenderBlock::hasLineIfEmpty):
DChangeLog37703 (WebCore::RenderBlock::hasLineIfEmpty):
57374 (WebCore::RenderTextControlInnerBlock::hasLineIfEmpty):
DChangeLog-2010-12-064677 … (WebCore::RenderBlock::hasLineIfEmpty): Removed a check for textarea that is no longer necessary.
4679 (WebCore::RenderTextControlInnerBlock::hasLineIfEmpty): Added an override to ensure that