Home
last modified time | relevance | path

Searched defs:hasLineIfEmpty (Results 1 – 4 of 4) 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
DRenderMenuList.h106 virtual bool hasLineIfEmpty() const { return true; } in hasLineIfEmpty() function
DRenderBlock.cpp4486 bool RenderBlock::hasLineIfEmpty() const in hasLineIfEmpty() function in WebCore::RenderBlock