OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destroyDecodedData
(Results
1 - 18
of
18
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/haiku/
StillImageHaiku.h
43
virtual void
destroyDecodedData
(bool destroyAll = true);
StillImageHaiku.cpp
42
void StillImage::
destroyDecodedData
(bool destroyAll)
52
//
destroyDecodedData
() either.
/external/webkit/Source/WebCore/platform/graphics/cg/
PDFDocumentImage.h
60
virtual void
destroyDecodedData
(bool /*destroyAll*/ = true) { }
/external/webkit/Source/WebCore/platform/graphics/qt/
StillImageQt.h
49
virtual void
destroyDecodedData
(bool destroyAll = true) { Q_UNUSED(destroyAll); }
/external/webkit/Source/WebCore/platform/graphics/skia/
BitmapImageSingleFrameSkia.h
43
// Therefore trimming the decoded data (
destroyDecodedData
()) has no effect.
62
virtual void
destroyDecodedData
(bool destroyAll = true) { }
/external/webkit/Source/WebCore/svg/graphics/
SVGImage.h
62
virtual void
destroyDecodedData
(bool) { }
/external/webkit/Source/WebCore/loader/cache/
CachedScript.h
58
virtual void
destroyDecodedData
();
CachedScript.cpp
115
void CachedScript::
destroyDecodedData
()
132
destroyDecodedData
();
CachedImage.cpp
81
destroyDecodedData
();
237
destroyDecodedData
();
328
void CachedImage::
destroyDecodedData
()
339
m_image->
destroyDecodedData
();
CachedImage.h
66
virtual void
destroyDecodedData
();
CachedResource.h
189
virtual void
destroyDecodedData
() { }
MemoryCache.cpp
199
current->
destroyDecodedData
();
251
current->
destroyDecodedData
();
/external/webkit/Source/WebCore/platform/graphics/
GeneratedImage.h
56
virtual void
destroyDecodedData
(bool /*destroyAll*/ = true) { }
Image.h
115
virtual void
destroyDecodedData
(bool destroyAll = true) = 0;
BitmapImage.cpp
76
void BitmapImage::
destroyDecodedData
(bool destroyAll)
100
destroyDecodedData
(destroyAll);
388
// throwing away data as we go (see
destroyDecodedData
()) means we
BitmapImage.h
212
virtual void
destroyDecodedData
(bool destroyAll = true);
214
// If the image is large enough, calls
destroyDecodedData
() and passes
218
// Generally called by
destroyDecodedData
(), destroys whole-image metadata
/external/webkit/Source/WebKit/chromium/tests/
DragImageTest.cpp
80
virtual void
destroyDecodedData
(bool)
/external/webkit/Source/WebCore/platform/graphics/wince/
ImageBufferWinCE.cpp
44
virtual void
destroyDecodedData
(bool destroyAll = true) {}
Completed in 364 milliseconds