Searched refs:childRect (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGRootInlineBox.cpp92 FloatRect childRect; local
93 layoutChildBoxes(this, &childRect);
94 layoutRootBox(childRect);
133 void SVGRootInlineBox::layoutChildBoxes(InlineFlowBox* start, FloatRect* childRect) argument
163 if (childRect)
164 childRect->unite(boxRect);
168 void SVGRootInlineBox::layoutRootBox(const FloatRect& childRect) argument
174 LayoutRect boundingRect = enclosingLayoutRect(childRect);
183 child->adjustPosition(-childRect.x(), -childRect
[all...]
H A DSVGInlineFlowBox.cpp73 FloatRect childRect; local
77 childRect.unite(child->calculateBoundaries());
79 return childRect;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderLayerCompositor.cpp1550 IntRect childRect(*rect);
1551 curLayer->convertToPixelSnappedLayerCoords(layer, childRect);
1552 recursiveRepaintLayer(curLayer, &childRect);
1563 IntRect childRect(*rect);
1564 curLayer->convertToPixelSnappedLayerCoords(layer, childRect);
1565 recursiveRepaintLayer(curLayer, &childRect);
1576 IntRect childRect(*rect);
1577 curLayer->convertToPixelSnappedLayerCoords(layer, childRect);
1578 recursiveRepaintLayer(curLayer, &childRect);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitWebViewBase.cpp355 void webkitWebViewBaseChildMoveResize(WebKitWebViewBase* webView, GtkWidget* child, const IntRect& childRect) argument
358 if (geometry == childRect)
361 webView->priv->children.set(child, childRect);
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeUtils.c1170 RECT scrollRect, childRect; local
1184 GetWindowRect(hwndChild, &childRect);
1185 winInfoPtr->x = childRect.left;
1186 winInfoPtr->y = childRect.top;
1204 GetWindowRect(hwndChild, &childRect);
1205 if (childRect.left != winInfoPtr->x ||
1206 childRect.top != winInfoPtr->y) {
1207 dbwin("moved window %s %d,%d\n", winPtr->pathName, childRect.left - winInfoPtr->x, childRect.top - winInfoPtr->y);
1208 winPtr->changes.x += childRect
[all...]

Completed in 204 milliseconds