Searched refs:maxDecodedImageBytes (Results 1 – 5 of 5) sorted by relevance
56 size_t maxDecodedBytes = blink::Platform::current()->maxDecodedImageBytes(); in init()
90 size_t maxDecodedBytes = blink::Platform::current()->maxDecodedImageBytes(); in create()
75 virtual size_t maxDecodedImageBytes() OVERRIDE; in NON_EXPORTED_BASE()
1055 size_t BlinkPlatformImpl::maxDecodedImageBytes() { in maxDecodedImageBytes() function in content::BlinkPlatformImpl
309 virtual size_t maxDecodedImageBytes() { return noDecodedImageByteLimit; } in maxDecodedImageBytes() function