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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFrameSet.cpp 71 static Color borderEndEdgeColor()
96 context->fillRect(IntRect(IntPoint(borderRect.maxX() - 1, borderRect.y()), IntSize(1, height())), borderEndEdgeColor());
115 context->fillRect(IntRect(IntPoint(borderRect.x(), borderRect.maxY() - 1), IntSize(width(), 1)), borderEndEdgeColor());

Completed in 44 milliseconds