HomeSort by relevance Sort by last modified time
    Searched refs:borderHalfBottom (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
RenderTableCell.h 75 int borderHalfBottom(bool outer) const;
RenderTableCell.cpp 196 int bottom = max(borderHalfBottom(true), outlineSize);
200 bottom = max(bottom, before->borderHalfBottom(true));
206 bottom = max(bottom, after->borderHalfBottom(true));
608 return table()->collapseBorders() ? borderHalfBottom(false) : RenderBlock::borderBottom();
635 int RenderTableCell::borderHalfBottom(bool outer) const
    [all...]

Completed in 34 milliseconds