Searched defs:childLocation (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp2608 LayoutPoint childLocation = child->location(); local
2610 childLocation += child->offsetForInFlowPosition();
2613 LayoutPoint pointInChildCoordinates(toLayoutPoint(pointInParentCoordinates - childLocation));
H A DRenderBox.cpp1182 LayoutPoint childLocation = childBox->location(); local
1184 childLocation.move(childBox->relativePositionOffset());
1186 childLocalRect.moveBy(-childLocation);

Completed in 1063 milliseconds