Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp1323 LayoutRect childLocalRect = localRect; in foregroundIsKnownToBeOpaqueInRect() local
1324 childLocalRect.moveBy(-childLocation); in foregroundIsKnownToBeOpaqueInRect()
1325 if (childLocalRect.y() < 0 || childLocalRect.x() < 0) { in foregroundIsKnownToBeOpaqueInRect()
1331 if (childLocalRect.maxY() > childBox->height() || childLocalRect.maxX() > childBox->width()) in foregroundIsKnownToBeOpaqueInRect()
1333 if (childBox->backgroundIsKnownToBeOpaqueInRect(childLocalRect)) in foregroundIsKnownToBeOpaqueInRect()
1335 if (childBox->foregroundIsKnownToBeOpaqueInRect(childLocalRect, maxDepthToTest - 1)) in foregroundIsKnownToBeOpaqueInRect()
DRenderLayer.cpp3602 LayoutRect childLocalRect(localRect); in childBackgroundIsKnownToBeOpaqueInRect() local
3604 childLocalRect.moveBy(-childOffset); in childBackgroundIsKnownToBeOpaqueInRect()
3606 if (childLayer->backgroundIsKnownToBeOpaqueInRect(childLocalRect)) in childBackgroundIsKnownToBeOpaqueInRect()