Searched refs:hasLineIfEmpty (Results 1 – 9 of 9) sorted by relevance
64 … virtual bool hasLineIfEmpty() const { return node() && node()->hasTagName(HTMLNames::inputTag); } in hasLineIfEmpty() function
101 virtual bool hasLineIfEmpty() const OVERRIDE { return true; } in hasLineIfEmpty() function
122 if (!hasLineIfEmpty() && RenderBlock::firstLineBoxBaseline() == -1) { in baselinePosition()
106 virtual bool hasLineIfEmpty() const { return true; } in hasLineIfEmpty() function
411 if (!iterator.first() && hasLineIfEmpty()) in layoutHorizontalBox()727 if (!iterator.first() && hasLineIfEmpty()) in layoutVerticalBox()
449 virtual bool hasLineIfEmpty() const;
680 if (hasLineIfEmpty()) { in layoutFlexItems()
4486 bool RenderBlock::hasLineIfEmpty() const in hasLineIfEmpty() function in WebCore::RenderBlock4620 if (!firstLineBox() && hasLineIfEmpty()) { in lastLineBoxBaseline()4639 if (!haveNormalFlowChild && hasLineIfEmpty()) { in lastLineBoxBaseline()
1815 if (!firstLineBox() && hasLineIfEmpty()) in layoutInlineChildren()