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

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.cpp 587 void Resource::setDecodedSize(size_t decodedSize)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 455 m_decoder->setDecodedSize(m_info.output_width, m_info.output_height);
711 setDecodedSize(width, height);
715 void JPEGImageDecoder::setDecodedSize(unsigned width, unsigned height)
    [all...]

Completed in 136 milliseconds