HomeSort by relevance Sort by last modified time
    Searched refs:decodedSize (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GeneratedImage.h 49 virtual unsigned decodedSize() const OVERRIDE { return 0; }
Image.h 95 virtual unsigned decodedSize() const = 0;
BitmapImage.h 78 virtual unsigned decodedSize() const OVERRIDE;
BitmapImage.cpp 75 , m_decodedSize(nativeImage->decodedSize())
574 unsigned BitmapImage::decodedSize() const
  /external/chromium_org/third_party/WebKit/public/web/
WebCache.h 56 size_t decodedSize;
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
MemoryCache.h 79 int decodedSize;
89 , decodedSize(0)
MemoryCache.cpp 117 if (newResource->decodedSize() && newResource->hasClients())
179 if (current->isLoaded() && current->decodedSize()) {
513 decodedSize += o->decodedSize();
578 printf("%-13s %-13s %-13s %-13s %-13s %-13s %-13s\n", "", "Count", "Size", "LiveSize", "DecodedSize", "PurgeableSize", "PurgedSize");
580 printf("%-13s %13d %13d %13d %13d %13d %13d\n", "Images", s.images.count, s.images.size, s.images.liveSize, s.images.decodedSize, s.images.purgeableSize, s.images.purgedSize);
581 printf("%-13s %13d %13d %13d %13d %13d %13d\n", "CSS", s.cssStyleSheets.count, s.cssStyleSheets.size, s.cssStyleSheets.liveSize, s.cssStyleSheets.decodedSize, s.cssStyleSheets.purgeableSize, s.cssStyleSheets.purgedSize);
582 printf("%-13s %13d %13d %13d %13d %13d %13d\n", "XSL", s.xslStyleSheets.count, s.xslStyleSheets.size, s.xslStyleSheets.liveSize, s.xslStyleSheets.decodedSize, s.xslStyleSheets.purgeableSize, s.xslStyleSheets.purgedSize);
583 printf("%-13s %13d %13d %13d %13d %13d %13d\n", "JavaScript", s.scripts.count, s.scripts.size, s.scripts.liveSize, s.scripts.decodedSize, s.scripts.purgeableSize, s.scripts.purgedSize);
584 printf("%-13s %13d %13d %13d %13d %13d %13d\n", "Fonts", s.fonts.count, s.fonts.size, s.fonts.liveSize, s.fonts.decodedSize, s.fonts.purgeableSize, s.fonts.purgedSize)
    [all...]
MemoryCacheTest.cpp 150 const unsigned lowPriorityMockDecodeSize = cachedImageLowPriority->decodedSize();
151 const unsigned highPriorityMockDecodeSize = cachedImageHighPriority->decodedSize();
Resource.h 138 unsigned size() const { return encodedSize() + decodedSize() + overheadSize(); }
140 unsigned decodedSize() const { return m_decodedSize; }
ImageResource.cpp 400 setDecodedSize(decodedSize() + delta);
  /external/chromium_org/third_party/WebKit/Source/web/
WebCache.cpp 48 to.decodedSize = static_cast<size_t>(from.decodedSize);
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.h 81 virtual unsigned decodedSize() const OVERRIDE { return 0; }
SVGImageForContainer.h 73 virtual unsigned decodedSize() const OVERRIDE { return 0; }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
NativeImageSkia.h 97 int decodedSize() const;
NativeImageSkia.cpp 281 int NativeImageSkia::decodedSize() const
  /external/chromium_org/third_party/WebKit/Source/web/tests/
DragImageTest.cpp 86 virtual unsigned decodedSize() const OVERRIDE
ImageLayerChromiumTest.cpp 91 virtual unsigned decodedSize() const OVERRIDE
  /external/chromium/chrome/common/
render_messages.h 109 IPC_STRUCT_TRAITS_MEMBER(decodedSize)
  /external/chromium_org/chrome/common/
render_messages.h 202 IPC_STRUCT_TRAITS_MEMBER(decodedSize)

Completed in 1590 milliseconds