Searched refs:PDFDocumentImage (Results 1 - 3 of 3) sorted by path

/external/webkit/Source/WebCore/loader/cache/
H A DCachedImage.cpp44 #include "PDFDocumentImage.h"
251 m_image = PDFDocumentImage::create();
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPDFDocumentImage.cpp28 #include "PDFDocumentImage.h"
46 PDFDocumentImage::PDFDocumentImage() function in class:WebCore::PDFDocumentImage
54 PDFDocumentImage::~PDFDocumentImage()
59 String PDFDocumentImage::filenameExtension() const
64 IntSize PDFDocumentImage::size() const
76 bool PDFDocumentImage::dataChanged(bool allDataReceived)
98 void PDFDocumentImage::adjustCTM(GraphicsContext* context) const
122 void PDFDocumentImage
[all...]
H A DPDFDocumentImage.h42 class PDFDocumentImage : public Image { class in namespace:WebCore
44 static PassRefPtr<PDFDocumentImage> create()
46 return adoptRef(new PDFDocumentImage);
50 virtual ~PDFDocumentImage();
65 PDFDocumentImage();

Completed in 118 milliseconds