Home | History | Annotate | Download | only in rendering

Lines Matching defs:offsetFromContainer

295 LayoutSize RenderTableCell::offsetFromContainer(RenderObject* o, const LayoutPoint& point, bool* offsetDependsOnPoint) const
299 LayoutSize offset = RenderBlock::offsetFromContainer(o, point, offsetDependsOnPoint);