Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderFlexibleBox.cpp451 int childY = yPos; in layoutHorizontalBox() local
454childY += child->marginTop() + max(0, (contentHeight() - (child->height() + child->marginTop() + c… in layoutHorizontalBox()
461 childY += child->marginTop() + (maxAscent - ascent); in layoutHorizontalBox()
465 childY += contentHeight() - child->marginBottom() - child->height(); in layoutHorizontalBox()
468 childY += child->marginTop(); in layoutHorizontalBox()
472 placeChild(child, xPos, childY); in layoutHorizontalBox()
/external/webkit/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):