/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/ |
ImageSource.h | 156 // data -- at all (if |destroyAll| is true), or before frame 157 // |clearBeforeFrame| (if |destroyAll| is false). The ImageSource should 159 // usage low. When |destroyAll| is true, the ImageSource should also reset 173 // who set |destroyAll| to true if they wish to be able to continue using 176 void clear(bool destroyAll,
|
BitmapImage.cpp | 76 void BitmapImage::destroyDecodedData(bool destroyAll) 79 const size_t clearBeforeFrame = destroyAll ? m_frames.size() : m_currentFrame; 90 m_source.clear(destroyAll, clearBeforeFrame, data(), m_allDataReceived); 94 void BitmapImage::destroyDecodedDataIfNecessary(bool destroyAll) 100 destroyDecodedData(destroyAll); 441 bool destroyAll = false; 457 destroyAll = true; 460 destroyDecodedDataIfNecessary(destroyAll);
|
BitmapImage.h | 206 // Called to invalidate cached data. When |destroyAll| is true, we wipe out 209 // cache. If |destroyAll| is false, we only delete frames up to the current 212 virtual void destroyDecodedData(bool destroyAll = true); 215 // |destroyAll| along. 216 void destroyDecodedDataIfNecessary(bool destroyAll);
|
GeneratedImage.h | 56 virtual void destroyDecodedData(bool /*destroyAll*/ = true) { }
|
ImageSource.cpp | 56 void ImageSource::clear(bool destroyAll, size_t clearBeforeFrame, SharedBuffer* data, bool allDataReceived) 58 if (!destroyAll) {
|
Image.h | 115 virtual void destroyDecodedData(bool destroyAll = true) = 0;
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
StillImageHaiku.h | 43 virtual void destroyDecodedData(bool destroyAll = true);
|
StillImageHaiku.cpp | 42 void StillImage::destroyDecodedData(bool destroyAll)
|
/external/chromium/chrome/browser/ |
gpu_process_host_ui_shim.cc | 36 #ifdef DestroyAll 37 #undef DestroyAll 141 void GpuProcessHostUIShim::DestroyAll() {
|
gpu_process_host_ui_shim.h | 67 static void DestroyAll();
|
browser_process_impl.cc | 224 GpuProcessHostUIShim::DestroyAll(); [all...] |
/external/llvm/include/llvm/Support/ |
Allocator.h | 187 /// in DestroyAll() and when the allocator is destroyed. 197 DestroyAll(); 203 void DestroyAll() {
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
PDFDocumentImage.h | 60 virtual void destroyDecodedData(bool /*destroyAll*/ = true) { }
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
BitmapImageSingleFrameSkia.h | 62 virtual void destroyDecodedData(bool destroyAll = true) { }
|
/external/webkit/Source/JavaScriptCore/wtf/ |
Deque.h | 98 void destroyAll(); 349 inline void Deque<T, inlineCapacity>::destroyAll() 364 destroyAll(); 385 destroyAll();
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
ImageSourceAndroid.cpp | 459 void ImageSource::clear(bool destroyAll, size_t clearBeforeFrame, SharedBuffer* data, bool allDataReceived) 462 if (!destroyAll) {
|
/external/clang/include/clang/AST/ |
DeclContextInternals.h | 202 static void DestroyAll(StoredDeclsMap *Map, bool Dependent);
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
ImageBufferWinCE.cpp | 44 virtual void destroyDecodedData(bool destroyAll = true) {}
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
X.h | 460 #define DestroyAll 0
|
/external/clang/lib/AST/ |
DeclBase.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
SSEDomainFix.cpp | 499 Allocator.DestroyAll();
|
/external/webkit/Source/JavaScriptCore/ |
ChangeLog | [all...] |