Searched refs:childX (Results 1 – 5 of 5) sorted by relevance
665 int childX = borderLeft() + paddingLeft(); in layoutVerticalBox() local669 …childX += child->marginLeft() + max(0, (contentWidth() - (child->width() + child->marginLeft() + c… in layoutVerticalBox()673 childX += child->marginLeft(); in layoutVerticalBox()675 childX += contentWidth() - child->marginRight() - child->width(); in layoutVerticalBox()679 childX += child->marginLeft(); in layoutVerticalBox()681 childX += contentWidth() - child->marginRight() - child->width(); in layoutVerticalBox()686 placeChild(child, childX, height()); in layoutVerticalBox()
2867 int childX = 0; in scrollTo() local2869 columnLayers[colIndex - 1]->convertToLayerCoords(rootLayer, childX, childY); in scrollTo()2871 transform.translateRight(childX + offset.width(), childY + offset.height()); in scrollTo()
19418 * platform/win/TemporaryLinkStubs.cpp: Removed childX/Y stubs.19471 hasHorizontalScrollBar(), childX(), childY().19493 Removed use of childX and childY functions.22693 (QScrollView::childX):
13464 * src/kwq/KWQScrollView.mm: (QScrollView::childX): New.13512 * src/kwq/qt/qscrollview.h: Add childX() and childY().
53184 when they should not have, due to childX and childY not being implemented at all on KWQScrollView.53189 (QScrollView::childX):