Searched refs:nodeBounds (Results 1 – 2 of 2) sorted by relevance
1096 const WebCore::IntRect& nodeBounds = bestNode->bounds(frame); in maskIfHidden() local1097 WebCore::IntRect bounds = nodeBounds; in maskIfHidden()1099 int leftMargin = bounds.x() == nodeBounds.x() ? kMargin : 0; in maskIfHidden()1100 int topMargin = bounds.y() == nodeBounds.y() ? kMargin : 0; in maskIfHidden()1101 int rightMargin = bounds.right() == nodeBounds.right() ? kMargin : 0; in maskIfHidden()1102 int bottomMargin = bounds.bottom() == nodeBounds.bottom() ? kMargin : 0; in maskIfHidden()1104 WebCore::IntRect marginBounds = nodeBounds; in maskIfHidden()1162 const WebCore::IntRect& b = nodeBounds; in maskIfHidden()
520 IntRect nodeBounds = node->getRect(); in groups() local521 if (CacheBuilder::ConstructPartRects(node, nodeBounds, rectPtr, in groups()