Home
last modified time | relevance | path

Searched refs:hasBoxDecorationsOrBackground (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp69 static bool hasBoxDecorationsOrBackground(const RenderObject*);
728 static bool hasBoxDecorationsOrBackground(const RenderObject* renderer) in hasBoxDecorationsOrBackground() function
789 if (hasBoxDecorationsOrBackground(renderObject)) in isSimpleContainerCompositingLayer()
900 return hasBoxDecorationsOrBackground(renderer()); in containsPaintedContent()
905 return hasBoxDecorationsOrBackground(renderer()); in containsPaintedContent()
917 …if (!renderObject->isImage() || hasBoxDecorationsOrBackground(renderObject) || renderObject->hasCl… in isDirectlyCompositedImage()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2913140 (WebCore::hasBoxDecorationsOrBackground): Renamed.