Home
last modified time | relevance | path

Searched refs:mLastChunkLength (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/image/decoders/
H A DnsPNGDecoder.cpp106 mLastChunkLength(0), in nsPNGDecoder()
398 mLastChunkLength = aLength; in ReadPNGData()
887 MOZ_ASSERT(pendingBytes < mLastChunkLength); in DoYield()
888 size_t consumedBytes = mLastChunkLength - min(pendingBytes, mLastChunkLength); in DoYield()
H A DnsPNGDecoder.h90 size_t mLastChunkLength; variable
/dports/lang/spidermonkey78/firefox-78.9.0/image/decoders/
H A DnsPNGDecoder.cpp106 mLastChunkLength(0), in nsPNGDecoder()
390 mLastChunkLength = aLength; in ReadPNGData()
879 MOZ_ASSERT(pendingBytes < mLastChunkLength); in DoYield()
880 size_t consumedBytes = mLastChunkLength - min(pendingBytes, mLastChunkLength); in DoYield()
H A DnsPNGDecoder.h90 size_t mLastChunkLength; variable
/dports/www/firefox/firefox-99.0/image/decoders/
H A DnsPNGDecoder.cpp106 mLastChunkLength(0), in nsPNGDecoder()
398 mLastChunkLength = aLength; in ReadPNGData()
887 MOZ_ASSERT(pendingBytes < mLastChunkLength); in DoYield()
888 size_t consumedBytes = mLastChunkLength - min(pendingBytes, mLastChunkLength); in DoYield()
H A DnsPNGDecoder.h90 size_t mLastChunkLength; variable
/dports/mail/thunderbird/thunderbird-91.8.0/image/decoders/
H A DnsPNGDecoder.cpp106 mLastChunkLength(0), in nsPNGDecoder()
398 mLastChunkLength = aLength; in ReadPNGData()
887 MOZ_ASSERT(pendingBytes < mLastChunkLength); in DoYield()
888 size_t consumedBytes = mLastChunkLength - min(pendingBytes, mLastChunkLength); in DoYield()
H A DnsPNGDecoder.h90 size_t mLastChunkLength; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/image/decoders/
H A DnsPNGDecoder.cpp109 , mLastChunkLength(0) in nsPNGDecoder()
403 mLastChunkLength = aLength; in ReadPNGData()
955 MOZ_ASSERT(pendingBytes < mLastChunkLength); in DoYield()
956 size_t consumedBytes = mLastChunkLength - min(pendingBytes, mLastChunkLength); in DoYield()
H A DnsPNGDecoder.h95 size_t mLastChunkLength; variable
/dports/lang/spidermonkey60/firefox-60.9.0/image/decoders/
H A DnsPNGDecoder.cpp103 mLastChunkLength(0), in nsPNGDecoder()
378 mLastChunkLength = aLength; in ReadPNGData()
896 MOZ_ASSERT(pendingBytes < mLastChunkLength); in DoYield()
897 size_t consumedBytes = mLastChunkLength - min(pendingBytes, mLastChunkLength); in DoYield()
H A DnsPNGDecoder.h87 size_t mLastChunkLength; variable