Home | History | Annotate | Download | only in rendering

Lines Matching refs:isAuto

385     if (!style()->left().isAuto()) {
387 if (!style()->right().isAuto() && !cb->style()->isLeftToRightDirection())
391 if (!style()->right().isAuto()) {
408 if (!style()->top().isAuto()
409 && (!containingBlock->style()->height().isAuto()
414 if (!style()->bottom().isAuto()
415 && (!containingBlock->style()->height().isAuto()
808 if (layerWidth.isAuto() && !layerHeight.isAuto()) {
812 } else if (!layerWidth.isAuto() && layerHeight.isAuto()) {
816 } else if (layerWidth.isAuto() && layerHeight.isAuto()) {