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