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

  /external/webkit/WebCore/rendering/
RenderBox.h 330 bool repaintLayerRectsForImage(WrappedImagePtr image, const FillLayer* layers, bool drawingBackground);
RenderBox.cpp 773 bool didFullRepaint = repaintLayerRectsForImage(image, style()->backgroundLayers(), true);
775 repaintLayerRectsForImage(image, style()->maskLayers(), false);
778 bool RenderBox::repaintLayerRectsForImage(WrappedImagePtr image, const FillLayer* layers, bool drawingBackground)
    [all...]

Completed in 775 milliseconds