Home
last modified time | relevance | path

Searched refs:maxDecodedImageBytes (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebImageDecoder.cpp56 size_t maxDecodedBytes = blink::Platform::current()->maxDecodedImageBytes(); in init()
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.cpp90 size_t maxDecodedBytes = blink::Platform::current()->maxDecodedImageBytes(); in create()
/external/chromium_org/content/child/
Dblink_platform_impl.h75 virtual size_t maxDecodedImageBytes() OVERRIDE; in NON_EXPORTED_BASE()
Dblink_platform_impl.cc1055 size_t BlinkPlatformImpl::maxDecodedImageBytes() { in maxDecodedImageBytes() function in content::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h309 virtual size_t maxDecodedImageBytes() { return noDecodedImageByteLimit; } in maxDecodedImageBytes() function