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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp742 RenderTableSection* currSection = section(); local
745 result = chooseBorder(result, CollapsedBorderValue(currSection->style()->borderBefore(), includeColor ? currSection->resolveColor(beforeColorProperty) : Color(), BROWGROUP));
750 currSection = table->sectionAbove(currSection, SkipEmptySections);
751 if (currSection) {
752 result = chooseBorder(CollapsedBorderValue(currSection->style()->borderAfter(), includeColor ? currSection->resolveColor(afterColorProperty) : Color(), BROWGROUP), result);
758 if (!currSection) {
820 RenderTableSection* currSection local
[all...]

Completed in 731 milliseconds