Home | History | Annotate | Download | only in rendering

Lines Matching refs:staticX

1905             // 'staticX' should already have been set through layout of the parent.
1906 int staticPosition = layer()->staticX() - containerBlock->borderLeft();
1914 // 'staticX' should already have been set through layout of the parent.
1915 int staticPosition = layer()->staticX() + containerWidth + containerBlock->borderRight();
2433 // 'staticX' should already have been set through layout of the parent.
2434 int staticPosition = layer()->staticX() - containerBlock->borderLeft();
2442 // 'staticX' should already have been set through layout of the parent.
2443 int staticPosition = layer()->staticX() + containerWidth + containerBlock->borderRight();