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.h60 virtual bool hasLineIfEmpty() const OVERRIDE { return isHTMLInputElement(node()); } in hasLineIfEmpty() function
DRenderTextControlSingleLine.h100 virtual bool hasLineIfEmpty() const OVERRIDE { return true; } in hasLineIfEmpty() function
DRenderMenuList.h102 virtual bool hasLineIfEmpty() const OVERRIDE { return true; } in hasLineIfEmpty() function
DRenderBlock.cpp3340 bool RenderBlock::hasLineIfEmpty() const in hasLineIfEmpty() function in blink::RenderBlock