Searched refs:borderFillColor (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderFrameSet.cpp80 static Color borderFillColor() function in namespace:WebCore
95 context->fillRect(borderRect, frameSetElement().hasBorderColor() ? style().visitedDependentColor(CSSPropertyBorderLeftColor) : borderFillColor(), colorSpace);
115 context->fillRect(borderRect, frameSetElement().hasBorderColor() ? style().visitedDependentColor(CSSPropertyBorderLeftColor) : borderFillColor(), colorSpace);

Completed in 190 milliseconds