OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destroyDecodedData
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
CSSStyleSheetResource.h
49
virtual void
destroyDecodedData
() OVERRIDE;
ImageResource.h
88
virtual void
destroyDecodedData
();
ImageResource.cpp
275
destroyDecodedData
();
393
void ImageResource::
destroyDecodedData
()
403
m_image->
destroyDecodedData
(true);
CSSStyleSheetResource.cpp
135
void CSSStyleSheetResource::
destroyDecodedData
()
Resource.h
220
virtual void
destroyDecodedData
() { }
MemoryCache.cpp
197
current->
destroyDecodedData
();
240
// Protect 'previous' so it can't get deleted during
destroyDecodedData
().
247
current->
destroyDecodedData
();
253
// kicked out of cache during
destroyDecodedData
().
MemoryCacheTest.cpp
60
virtual void
destroyDecodedData
()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GeneratedImage.h
48
virtual void
destroyDecodedData
(bool) OVERRIDE { }
BitmapImage.h
125
virtual void
destroyDecodedData
(bool destroyAll) OVERRIDE;
127
// If the image is large enough, calls
destroyDecodedData
().
130
// Generally called by
destroyDecodedData
(), destroys whole-image metadata
Image.h
95
virtual void
destroyDecodedData
(bool destroyAll) = 0;
BitmapImage.cpp
104
void BitmapImage::
destroyDecodedData
(bool destroyAll)
126
destroyDecodedData
(false);
213
// (even if we use
destroyDecodedData
() -- since it doesn't reset the
500
// throwing away data as we go (see
destroyDecodedData
()) means we
/external/chromium_org/third_party/WebKit/Source/web/tests/
BitmapImageTest.cpp
70
void
destroyDecodedData
(bool destroyAll) { m_image->
destroyDecodedData
(destroyAll); }
126
destroyDecodedData
(false);
141
destroyDecodedData
(true);
DragImageTest.cpp
82
virtual void
destroyDecodedData
(bool) OVERRIDE
ImageLayerChromiumTest.cpp
86
virtual void
destroyDecodedData
(bool) OVERRIDE
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.h
72
virtual void
destroyDecodedData
(bool) OVERRIDE { }
SVGImage.h
88
virtual void
destroyDecodedData
(bool) OVERRIDE { }
Completed in 806 milliseconds