Home | History | Annotate | Download | only in rendering

Lines Matching refs:isPercent

1103     if (logicalHeightLength.isPercent() && !document()->inQuirksMode()) {
1113 if (hasAutoHeight || ((logicalHeightLength.isFixed() || logicalHeightLength.isPercent()) && logicalHeightLength.isZero())) {
1950 if (relayoutChildren || ((child->style()->logicalHeight().isPercent() || child->style()->logicalMinHeight().isPercent() || child->style()->logicalMaxHeight().isPercent()) && !isRenderView()))
1954 if (relayoutChildren && (child->style()->paddingStart().isPercent() || child->style()->paddingEnd().isPercent()))
2228 if (relayoutChildren && (r->style()->paddingStart().isPercent() || r->style()->paddingEnd().isPercent()))
3506 if (style()->textIndent().isPercent())
3543 if (style()->textIndent().isPercent())
5139 if (document()->inQuirksMode() && child->style()->logicalWidth().isPercent() &&