Home
last modified time | relevance | path

Searched refs:setContentsToImage (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
DImageLayerChromiumTest.cpp122 graphicsLayer->setContentsToImage(opaqueImage.get()); in TEST()
125 graphicsLayer->setContentsToImage(nonOpaqueImage.get()); in TEST()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.h235 void setContentsToImage(Image*);
DGraphicsLayer.cpp1009 void GraphicsLayer::setContentsToImage(Image* image) in setContentsToImage() function in WebCore::GraphicsLayer
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp1611 m_graphicsLayer->setContentsToImage(image); in updateImageContents()