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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
ImageLayerChromium.cpp 35 #include "ImageLayerChromium.h"
44 PassRefPtr<ImageLayerChromium> ImageLayerChromium::create(GraphicsLayerChromium* owner)
46 return adoptRef(new ImageLayerChromium(owner));
49 ImageLayerChromium::ImageLayerChromium(GraphicsLayerChromium* owner)
56 void ImageLayerChromium::setContents(Image* contents)
71 void ImageLayerChromium::paintContentsIfDirty(const IntRect&)
86 void ImageLayerChromium::updateCompositorResources()
92 IntRect ImageLayerChromium::layerBounds() cons
    [all...]
ImageLayerChromium.h 49 class ImageLayerChromium : public ContentLayerChromium {
51 static PassRefPtr<ImageLayerChromium> create(GraphicsLayerChromium* owner = 0);
66 ImageLayerChromium(GraphicsLayerChromium* owner);
GraphicsLayerChromium.cpp 54 #include "ImageLayerChromium.h"
352 RefPtr<ImageLayerChromium> imageLayer = ImageLayerChromium::create(this);
358 ImageLayerChromium* imageLayer = static_cast<ImageLayerChromium*>(m_contentsLayer.get());

Completed in 1541 milliseconds