< prev index next >

modules/web/src/main/native/Source/WebCore/rendering/RenderTableCell.h

Print this page

        

*** 124,135 **** virtual void layout() override; virtual void paint(PaintInfo&, const LayoutPoint&) override; - bool alignLeftRightBorderPaintRect(int& leftXOffset, int& rightXOffset); - bool alignTopBottomBorderPaintRect(int& topYOffset, int& bottomYOffset); void paintCollapsedBorders(PaintInfo&, const LayoutPoint&); void paintBackgroundsBehindCell(PaintInfo&, const LayoutPoint&, RenderElement* backgroundObject); LayoutUnit cellBaselinePosition() const; bool isBaselineAligned() const --- 124,133 ----
< prev index next >