Home
last modified time | relevance | path

Searched defs:maxDecodedImageBytes (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/webkit/child/
Dwebkitplatformsupport_impl.cc917 size_t WebKitPlatformSupportImpl::maxDecodedImageBytes() { in maxDecodedImageBytes() function in webkit_glue::WebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h299 virtual size_t maxDecodedImageBytes() { return noDecodedImageByteLimit; } in maxDecodedImageBytes() function