Searched refs:isLegend (Results 1 – 3 of 3) sorted by relevance
393 bool isLegend() const;
276 bool RenderObject::isLegend() const in isLegend() function in WebCore::RenderObject
4403 …return isReplaced() || hasOverflowClip() || isHR() || isLegend() || isWritingModeRoot() || isFlexI… in avoidsFloats()