Home | History | Annotate | Download | only in rendering

Lines Matching refs:isFlexibleBox

489         if (isTable() || isTableRow() || isTableSection() || isRenderTableCol() || isFrameSet() || isFlexibleBox() || isRenderGrid())
935 virtual bool isFlexibleBox() const { return false; }
939 return isFlexibleBox() || isDeprecatedFlexibleBox();