Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderButton.h64 … virtual bool hasLineIfEmpty() const { return node() && node()->hasTagName(HTMLNames::inputTag); } in hasLineIfEmpty() function
DRenderTextControlSingleLine.h101 virtual bool hasLineIfEmpty() const OVERRIDE { return true; } in hasLineIfEmpty() function
DRenderButton.cpp122 if (!hasLineIfEmpty() && RenderBlock::firstLineBoxBaseline() == -1) { in baselinePosition()
DRenderMenuList.h106 virtual bool hasLineIfEmpty() const { return true; } in hasLineIfEmpty() function
DRenderDeprecatedFlexibleBox.cpp411 if (!iterator.first() && hasLineIfEmpty()) in layoutHorizontalBox()
727 if (!iterator.first() && hasLineIfEmpty()) in layoutVerticalBox()
DRenderBlock.h449 virtual bool hasLineIfEmpty() const;
DRenderFlexibleBox.cpp680 if (hasLineIfEmpty()) { in layoutFlexItems()
DRenderBlock.cpp4486 bool RenderBlock::hasLineIfEmpty() const in hasLineIfEmpty() function in WebCore::RenderBlock
4620 if (!firstLineBox() && hasLineIfEmpty()) { in lastLineBoxBaseline()
4639 if (!haveNormalFlowChild && hasLineIfEmpty()) { in lastLineBoxBaseline()
DRenderBlockLineLayout.cpp1815 if (!firstLineBox() && hasLineIfEmpty()) in layoutInlineChildren()