Searched refs:childX (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderDeprecatedFlexibleBox.cpp754 LayoutUnit childX = borderLeft() + paddingLeft(); local
758 childX += child->marginLeft() + std::max<LayoutUnit>(0, (contentWidth() - (child->width() + child->horizontalMarginExtent())) / 2);
762 childX += child->marginLeft();
764 childX += contentWidth() - child->marginRight() - child->width();
768 childX += child->marginLeft();
770 childX += contentWidth() - child->marginRight() - child->width();
775 placeChild(child, LayoutPoint(childX, height()), &childLayoutDelta);
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixWm.c5789 int x, y, childX, childY, tmpx, tmpy, bd;
5834 x, y, &childX, &childY, &child) == False) {
5860 x = childX;
5883 * contains the given coordinates, and childX and childY give the
5889 x = childX - winPtr->changes.x;
5953 childX = x;
5724 int x, y, childX, childY, tmpx, tmpy, bd; local
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixWm.c5309 int x, y, childX, childY, tmpx, tmpy, bd;
5356 x, y, &childX, &childY, &child) == False) {
5381 x = childX;
5403 * contains the given coordinates, and childX and childY give the
5410 x = childX - winPtr->changes.x;
5473 childX = x;
5251 int x, y, childX, childY, tmpx, tmpy, bd; local

Completed in 147 milliseconds