Searched defs:hasLineIfEmpty (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderButton.h65 virtual bool hasLineIfEmpty() const { return true; } function in class:WebCore::RenderButton
H A DRenderMenuList.h117 virtual bool hasLineIfEmpty() const { return true; } function in class:WebCore::RenderMenuList
H A DRenderTextControlSingleLine.h184 virtual bool hasLineIfEmpty() const { return true; } function in class:WebCore::RenderTextControlInnerBlock
H A DRenderBlock.cpp5158 bool RenderBlock::hasLineIfEmpty() const function in class:WebCore::RenderBlock
5261 if (!firstLineBox() && hasLineIfEmpty()) {
5280 if (!haveNormalFlowChild && hasLineIfEmpty()) {

Completed in 210 milliseconds