Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderButton.h64 virtual bool hasLineIfEmpty() const { return true; } in hasLineIfEmpty() function
DRenderMenuList.h99 virtual bool hasLineIfEmpty() const { return true; } in hasLineIfEmpty() function
DRenderFlexibleBox.cpp406 if (!iterator.first() && hasLineIfEmpty()) in layoutHorizontalBox()
841 if (!iterator.first() && hasLineIfEmpty()) in layoutVerticalBox()
DRenderBlock.h199 virtual bool hasLineIfEmpty() const;
DRenderBlock.cpp4435 bool RenderBlock::hasLineIfEmpty() const in hasLineIfEmpty() function in WebCore::RenderBlock
4527 if (!firstLineBox() && hasLineIfEmpty()) in lastLineBoxBaseline()
4543 if (!haveNormalFlowChild && hasLineIfEmpty()) in lastLineBoxBaseline()
DRenderBlockLineLayout.cpp983 if (!firstLineBox() && hasLineIfEmpty()) in layoutInlineChildren()
/external/webkit/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):