Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasStaticY

141         (obj->isPositioned() && !obj->style()->hasStaticX() && !obj->style()->hasStaticY() && !obj->container()->isRenderInline()))
1322 if (box->style()->hasStaticY())
1358 if (box->style()->hasStaticY())
1530 bool needToSetStaticY = box->style()->hasStaticY();
1531 if (box->style()->hasStaticY() && isInlineType) {