HomeSort by relevance Sort by last modified time
    Searched full:borderendedgecolor (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderFrameSet.cpp 74 static Color borderEndEdgeColor()
100 context->fillRect(IntRect(IntPoint(borderRect.maxX() - 1, borderRect.y()), IntSize(1, height())), borderEndEdgeColor(), colorSpace);
120 context->fillRect(IntRect(IntPoint(borderRect.x(), borderRect.maxY() - 1), IntSize(width(), 1)), borderEndEdgeColor(), colorSpace);

Completed in 36 milliseconds