Home | History | Annotate | Download | only in rendering

Lines Matching refs:isBox

347     int xPos = (isBox() ? toRenderBox(this)->x() : 0);
353 if (offsetPar->isBox() && !offsetPar->isBody())
361 if (curr->isBox() && !curr->isTableRow())
365 if (offsetPar->isBox() && offsetPar->isBody() && !offsetPar->isRelPositioned() && !offsetPar->isPositioned())
381 int yPos = (isBox() ? toRenderBox(this)->y() : 0);
387 if (offsetPar->isBox() && !offsetPar->isBody())
395 if (curr->isBox() && !curr->isTableRow())
399 if (offsetPar->isBox() && offsetPar->isBody() && !offsetPar->isRelPositioned() && !offsetPar->isPositioned())
517 int x = isBox() ? toRenderBox(this)->x() : 0;
518 int y = isBox() ? toRenderBox(this)->y() : 0;