Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.h243 void paintGraphicsLayerContents(GraphicsContext&, const IntRect& clip);
DGraphicsLayer.cpp334 void GraphicsLayer::paintGraphicsLayerContents(GraphicsContext& context, const IntRect& clip) in paintGraphicsLayerContents() function in WebCore::GraphicsLayer
1225 paintGraphicsLayerContents(context, clip); in paint()