Searched refs:innerBlockWidth (Results 1 – 1 of 1) sorted by relevance
252 … int innerBlockWidth = width() - paddingLeft() - paddingRight() - borderLeft() - borderRight(); in layout() local253 if (innerBlockWidth != innerBlockRenderer->width()) in layout()255 innerBlockRenderer->style()->setWidth(Length(innerBlockWidth, Fixed)); in layout()