GIFFrameContext 144 Source/platform/image-decoders/gif/GIFImageDecoder.cpp const GIFFrameContext* frameContext = m_reader->frameContext(frameIndex); GIFFrameContext 302 Source/platform/image-decoders/gif/GIFImageDecoder.cpp const GIFFrameContext* frameContext = m_reader->frameContext(i); GIFFrameContext 324 Source/platform/image-decoders/gif/GIFImageReader.cpp bool GIFFrameContext::decode(const unsigned char* data, size_t length, WebCore::GIFImageDecoder* client, bool* frameDecoded) GIFFrameContext 371 Source/platform/image-decoders/gif/GIFImageReader.cpp GIFFrameContext* currentFrame = m_frames[frameIndex].get(); GIFFrameContext 543 Source/platform/image-decoders/gif/GIFImageReader.cpp GIFFrameContext* currentFrame = m_frames.last().get(); GIFFrameContext 668 Source/platform/image-decoders/gif/GIFImageReader.cpp GIFFrameContext* currentFrame = m_frames.last().get(); GIFFrameContext 747 Source/platform/image-decoders/gif/GIFImageReader.cpp m_frames.append(adoptPtr(new GIFFrameContext(m_frames.size()))); GIFFrameContext 81 Source/platform/image-decoders/gif/GIFImageReader.h struct GIFFrameContext; GIFFrameContext 87 Source/platform/image-decoders/gif/GIFImageReader.h GIFLZWContext(WebCore::GIFImageDecoder* client, const GIFFrameContext* frameContext) GIFFrameContext 131 Source/platform/image-decoders/gif/GIFImageReader.h const GIFFrameContext* m_frameContext; GIFFrameContext 182 Source/platform/image-decoders/gif/GIFImageReader.h WTF_MAKE_FAST_ALLOCATED; WTF_MAKE_NONCOPYABLE(GIFFrameContext); GIFFrameContext 184 Source/platform/image-decoders/gif/GIFImageReader.h GIFFrameContext(int id) GIFFrameContext 203 Source/platform/image-decoders/gif/GIFImageReader.h ~GIFFrameContext() GIFFrameContext 319 Source/platform/image-decoders/gif/GIFImageReader.h const GIFFrameContext* frameContext(size_t index) const GIFFrameContext 357 Source/platform/image-decoders/gif/GIFImageReader.h Vector<OwnPtr<GIFFrameContext> > m_frames;