Searched refs:dataChanged (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPDFDocumentImage.h56 virtual bool dataChanged(bool allDataReceived);
H A DPDFDocumentImage.cpp76 bool PDFDocumentImage::dataChanged(bool allDataReceived) function in class:WebCore::PDFDocumentImage
/external/webkit/Source/WebCore/svg/graphics/
H A DSVGImage.h58 virtual bool dataChanged(bool allDataReceived);
H A DSVGImage.cpp234 bool SVGImage::dataChanged(bool allDataReceived) function in class:WebCore::SVGImage
/external/webkit/Source/WebCore/platform/graphics/
H A DImage.h111 virtual bool dataChanged(bool /*allDataReceived*/) { return false; } function in class:WebCore::Image
H A DBitmapImage.cpp196 bool BitmapImage::dataChanged(bool allDataReceived) function in class:WebCore::BitmapImage
H A DBitmapImage.h125 virtual bool dataChanged(bool allDataReceived);
H A DImage.cpp76 return dataChanged(allDataReceived);

Completed in 419 milliseconds