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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
ImageLayerChromium.h 49 class ImageLayerChromium : public ContentLayerChromium {
51 static PassRefPtr<ImageLayerChromium> create(GraphicsLayerChromium* owner = 0);
66 ImageLayerChromium(GraphicsLayerChromium* owner);
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...]

Completed in 856 milliseconds