Searched refs:endColorProperty (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTableCell.cpp | 508 …int endColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkit… in computeCollapsedStartBorder() local 514 …erAdjoiningCellAfter(this), includeColor ? cellBefore->resolveColor(endColorProperty) : Color(), B… in computeCollapsedStartBorder() 564 …borderAdjoiningCellAfter(this), includeColor ? colElt->resolveColor(endColorProperty) : Color(), B… in computeCollapsedStartBorder() 569 …borderAdjoiningCellAfter(this), includeColor ? colElt->resolveColor(endColorProperty) : Color(), B… in computeCollapsedStartBorder() 575 …lEndBorder(this), includeColor ? enclosingColumnGroup->resolveColor(endColorProperty) : Color(), B… in computeCollapsedStartBorder() 611 …int endColorProperty = includeColor ? CSSProperty::resolveDirectionAwareProperty(CSSPropertyWebkit… in computeCollapsedEndBorder() local 612 …lapsedBorderValue(style()->borderEnd(), includeColor ? resolveColor(endColorProperty) : Color(), B… in computeCollapsedEndBorder() 627 …borderAdjoiningEndCell(this), includeColor ? parent()->resolveColor(endColorProperty) : Color(), B… in computeCollapsedEndBorder() 632 …orderAdjoiningEndCell(this), includeColor ? section()->resolveColor(endColorProperty) : Color(), B… in computeCollapsedEndBorder() 643 …erAdjoiningCellEndBorder(this), includeColor ? colElt->resolveColor(endColorProperty) : Color(), B… in computeCollapsedEndBorder() [all …]
|