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

  /external/webkit/Source/WebCore/rendering/
RenderTableCell.cpp 567 RenderTableSection* currSection = section();
570 result = chooseBorder(result, CollapsedBorderValue(&currSection->style()->borderBefore(), currSection->style()->visitedDependentColor(before), BROWGROUP));
575 currSection = table->sectionAbove(currSection);
576 if (currSection) {
577 result = chooseBorder(CollapsedBorderValue(&currSection->style()->borderAfter(), currSection->style()->visitedDependentColor(after), BROWGROUP), result);
583 if (!currSection) {
637 RenderTableSection* currSection = section()
    [all...]
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.js 314 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]
    [all...]

Completed in 391 milliseconds