Home | History | Annotate | Download | only in rendering

Lines Matching refs:StaticPosition

152             if (style()->position() == StaticPosition)
1911 int staticPosition = layer()->staticX() - containerBlock->borderLeft();
1914 staticPosition += toRenderBox(po)->x();
1916 left.setValue(Fixed, staticPosition);
1920 int staticPosition = layer()->staticX() + containerWidth + containerBlock->borderRight();
1922 staticPosition -= toRenderBox(po)->width();
1925 staticPosition -= toRenderBox(po)->x();
1927 right.setValue(Fixed, staticPosition);
2439 int staticPosition = layer()->staticX() - containerBlock->borderLeft();
2442 staticPosition += toRenderBox(po)->x();
2444 left.setValue(Fixed, staticPosition);
2448 int staticPosition = layer()->staticX() + containerWidth + containerBlock->borderRight();
2451 staticPosition += toRenderBox(po)->x();
2453 right.setValue(Fixed, staticPosition);