Home
last modified time | relevance | path

Searched refs:currentBoxInfo (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp127 RenderBoxRegionInfo* currentBoxInfo = currentBox->renderBoxRegionInfo(region); in borderBoxRectInRegion() local
128 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()