Home
last modified time | relevance | path

Searched refs:childY (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderFlexibleBox.cpp432 int childY = yPos; in layoutHorizontalBox() local
435childY += child->marginTop() + max(0, (contentHeight() - (child->height() + child->marginTop() + c… in layoutHorizontalBox()
442 childY += child->marginTop() + (maxAscent - ascent); in layoutHorizontalBox()
446 childY += contentHeight() - child->marginBottom() - child->height(); in layoutHorizontalBox()
449 childY += child->marginTop(); in layoutHorizontalBox()
453 placeChild(child, xPos, childY); in layoutHorizontalBox()
DRenderLayer.cpp2868 int childY = 0; in scrollTo() local
2869 columnLayers[colIndex - 1]->convertToLayerCoords(rootLayer, childX, childY); in scrollTo()
2871 transform.translateRight(childX + offset.width(), childY + offset.height()); in scrollTo()
/external/webkit/Source/WebCore/
DChangeLog-2002-12-0313465 (QScrollView::childY): New.
13512 * src/kwq/qt/qscrollview.h: Add childX() and childY().
DChangeLog-2006-05-1019471 hasHorizontalScrollBar(), childX(), childY().
19493 Removed use of childX and childY functions.
22694 (QScrollView::childY):
DChangeLog-2005-08-2353184 when they should not have, due to childX and childY not being implemented at all on KWQScrollView.
53190 (QScrollView::childY):
DChangeLog-2011-02-1616111 Rename childY to childLogicalOffset.