Home
last modified time | relevance | path

Searched refs:currSection (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTableCell.cpp567 RenderTableSection* currSection = section(); in collapsedBeforeBorder() local
570 …result = chooseBorder(result, CollapsedBorderValue(&currSection->style()->borderBefore(), currSect… in collapsedBeforeBorder()
575 currSection = table->sectionAbove(currSection); in collapsedBeforeBorder()
576 if (currSection) { in collapsedBeforeBorder()
577 …result = chooseBorder(CollapsedBorderValue(&currSection->style()->borderAfter(), currSection->styl… in collapsedBeforeBorder()
583 if (!currSection) { in collapsedBeforeBorder()
637 RenderTableSection* currSection = section(); in collapsedAfterBorder() local
638 if (row() + rowSpan() >= currSection->numRows()) { in collapsedAfterBorder()
640 …result = chooseBorder(result, CollapsedBorderValue(&currSection->style()->borderAfter(), currSecti… in collapsedAfterBorder()
645 currSection = table->sectionBelow(currSection); in collapsedAfterBorder()
[all …]
/external/webkit/Tools/CSSTestSuiteHarness/harness/
Dharness.js314 var currSection = this.sections[i];
316 currSection.countTests();
318 this.testCountHTML += currSection.testCountHTML;
319 this.testCountXHTML += currSection.testCountXHTML;
340 var currSection = this.sections[i];
341 for (var j = 0; j < currSection.tests.length; ++j) {
342 count += currSection.tests[j].completedForFormat(format) ? 0 : 1;
517 var currSection = chapter.sections[i];
519 for (var j = 0; j < currSection.tests.length; ++j) {
520 var currTest = currSection.tests[j];