Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalHeight

125                                     RenderObject* selObj, int logicalLeft, int logicalTop, int logicalHeight, const PaintInfo*);
127 RenderObject* selObj, int logicalRight, int logicalTop, int logicalHeight, const PaintInfo*);
461 void setLogicalHeightForFloat(FloatingObject* child, int logicalHeight)
464 child->setHeight(logicalHeight);
466 child->setWidth(logicalHeight);
544 bool hasOverhangingFloats() { return parent() && !hasColumns() && containsFloats() && lowestFloatLogicalBottom() > logicalHeight(); }