Searched defs:borderHalfBottom (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp333 int bottom = std::max(borderHalfBottom(true), outlineSize);
337 bottom = std::max(bottom, before->borderHalfBottom(true));
343 bottom = std::max(bottom, after->borderHalfBottom(true));
903 return table()->collapseBorders() ? borderHalfBottom(false) : RenderBlockFlow::borderBottom();
952 int RenderTableCell::borderHalfBottom(bool outer) const function in class:blink::RenderTableCell

Completed in 70 milliseconds