OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destroyDecodedData
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GeneratedImage.h
48
virtual void
destroyDecodedData
(bool) OVERRIDE { }
BitmapImageTest.cpp
70
void
destroyDecodedData
(bool destroyAll) { m_image->
destroyDecodedData
(destroyAll); }
137
destroyDecodedData
(false);
152
destroyDecodedData
(true);
198
destroyDecodedData
(true);
214
destroyDecodedData
(true);
229
destroyDecodedData
(true);
BitmapImage.h
131
virtual void
destroyDecodedData
(bool destroyAll) OVERRIDE;
133
// If the image is large enough, calls
destroyDecodedData
().
136
// Generally called by
destroyDecodedData
(), destroys whole-image metadata
Image.h
96
virtual void
destroyDecodedData
(bool destroyAll) = 0;
ImageLayerChromiumTest.cpp
86
virtual void
destroyDecodedData
(bool) OVERRIDE
BitmapImage.cpp
117
void BitmapImage::
destroyDecodedData
(bool destroyAll)
139
destroyDecodedData
(false);
218
// (even if we use
destroyDecodedData
() -- since it doesn't reset the
528
// throwing away data as we go (see
destroyDecodedData
()) means we
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.h
74
virtual void
destroyDecodedData
(bool) OVERRIDE { }
SVGImage.h
90
virtual void
destroyDecodedData
(bool) OVERRIDE { }
/external/chromium_org/third_party/WebKit/Source/platform/
DragImageTest.cpp
84
virtual void
destroyDecodedData
(bool) OVERRIDE
/external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.cpp
149
m_image->
destroyDecodedData
(true);
Completed in 1402 milliseconds