HomeSort by relevance Sort by last modified time
    Searched defs:borderRect (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderReplaced.cpp 131 IntRect borderRect = IntRect(tx, ty, width(), height());
133 if (borderRect.isEmpty())
138 paintInfo.context->addRoundedRectClip(style()->getRoundedBorderFor(borderRect));
RenderWidget.cpp 274 IntRect borderRect = IntRect(tx, ty, width(), height());
276 if (borderRect.isEmpty())
281 paintInfo.context->addRoundedRectClip(style()->getRoundedBorderFor(borderRect));

Completed in 55 milliseconds