HomeSort by relevance Sort by last modified time
    Searched defs:noDecodedImageByteLimit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
ImageDecoder.h 59 static const size_t noDecodedImageByteLimit = blink::Platform::noDecodedImageByteLimit;
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 295 static const size_t noDecodedImageByteLimit = static_cast<size_t>(-1);
299 virtual size_t maxDecodedImageBytes() { return noDecodedImageByteLimit; }

Completed in 678 milliseconds