Searched refs:hasLineIfEmpty (Results 1 – 13 of 13) sorted by relevance
65 virtual bool hasLineIfEmpty() const { return true; } in hasLineIfEmpty() function
117 virtual bool hasLineIfEmpty() const { return true; } in hasLineIfEmpty() function
184 virtual bool hasLineIfEmpty() const { return true; } in hasLineIfEmpty() function
390 if (!iterator.first() && hasLineIfEmpty()) in layoutHorizontalBox()692 if (!iterator.first() && hasLineIfEmpty()) in layoutVerticalBox()
303 virtual bool hasLineIfEmpty() const;
5158 bool RenderBlock::hasLineIfEmpty() const in hasLineIfEmpty() function in WebCore::RenderBlock5261 if (!firstLineBox() && hasLineIfEmpty()) { in lastLineBoxBaseline()5280 if (!haveNormalFlowChild && hasLineIfEmpty()) { in lastLineBoxBaseline()
1245 if (!firstLineBox() && hasLineIfEmpty()) in layoutInlineChildren()
4250 * 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…
36121 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…
1332 RenderBlock::hasLineIfEmpty for textarea shadow nodes as we 1340 (WebCore::RenderBlock::hasLineIfEmpty):26801 (WebCore::RenderBlock::hasLineIfEmpty):38762 (WebCore::RenderBlock::hasLineIfEmpty):
30399 (WebCore::RenderBlock::hasLineIfEmpty):38828 (WebCore::RenderBlock::hasLineIfEmpty):
37703 (WebCore::RenderBlock::hasLineIfEmpty):57374 (WebCore::RenderTextControlInnerBlock::hasLineIfEmpty):
4677 … (WebCore::RenderBlock::hasLineIfEmpty): Removed a check for textarea that is no longer necessary.4679 (WebCore::RenderTextControlInnerBlock::hasLineIfEmpty): Added an override to ensure that