OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noDecodedImageByteLimit
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h
72
static const size_t
noDecodedImageByteLimit
= blink::Platform::
noDecodedImageByteLimit
;
ImageDecoderTest.cpp
46
: ImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied,
noDecodedImageByteLimit
)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
MockImageDecoder.h
55
: ImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied,
noDecodedImageByteLimit
)
/external/chromium_org/third_party/WebKit/public/platform/
Platform.h
288
static const size_t
noDecodedImageByteLimit
= static_cast<size_t>(-1);
292
virtual size_t maxDecodedImageBytes() { return
noDecodedImageByteLimit
; }
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoderTest.cpp
60
return adoptPtr(new GIFImageDecoder(ImageSource::AlphaNotPremultiplied, ImageSource::GammaAndColorProfileApplied, ImageDecoder::
noDecodedImageByteLimit
));
/external/chromium_org/content/child/
blink_platform_impl.cc
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoderTest.cpp
62
return adoptPtr(new WEBPImageDecoder(alphaOption, ImageSource::GammaAndColorProfileApplied, ImageDecoder::
noDecodedImageByteLimit
));
Completed in 182 milliseconds