Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp516 …int startColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebk… in computeCollapsedStartBorder() local
518 …erValue result(style()->borderStart(), includeColor ? resolveColor(startColorProperty) : Color(), … in computeCollapsedStartBorder()
533 …derAdjoiningStartCell(this), includeColor ? parent()->resolveColor(startColorProperty) : Color(), … in computeCollapsedStartBorder()
538 …erAdjoiningStartCell(this), includeColor ? section()->resolveColor(startColorProperty) : Color(), … in computeCollapsedStartBorder()
549 …djoiningCellStartBorder(this), includeColor ? colElt->resolveColor(startColorProperty) : Color(), … in computeCollapsedStartBorder()
556 …djoiningCellStartBorder(this), includeColor ? colElt->resolveColor(startColorProperty) : Color(), … in computeCollapsedStartBorder()
561 …artBorder(this), includeColor ? enclosingColumnGroup->resolveColor(startColorProperty) : Color(), … in computeCollapsedStartBorder()
594 …StartBorderAdjoiningCell(this), includeColor ? table->resolveColor(startColorProperty) : Color(), … in computeCollapsedStartBorder()
619 …int startColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebk… in computeCollapsedEndBorder() local
626 …rAdjoiningCellBefore(this), includeColor ? cellAfter->resolveColor(startColorProperty) : Color(), … in computeCollapsedEndBorder()
[all …]