Searched refs:currentBoxInfo (Results 1 – 1 of 1) sorted by relevance
127 RenderBoxRegionInfo* currentBoxInfo = currentBox->renderBoxRegionInfo(region); in borderBoxRectInRegion() local128 while (currentBoxInfo && currentBoxInfo->isShifted()) { in borderBoxRectInRegion()130 logicalLeft += currentBoxInfo->logicalLeft(); in borderBoxRectInRegion()132 …logicalLeft -= (currentBox->logicalWidth() - currentBoxInfo->logicalWidth()) - currentBoxInfo->log… in borderBoxRectInRegion()135 currentBoxInfo = currentBox->renderBoxRegionInfo(region); in borderBoxRectInRegion()