frameBufferAtIndex   85 Source/platform/exported/WebImageSkia.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(index);
frameBufferAtIndex  122 Source/platform/exported/WebImageSkia.cpp         ImageFrame* frame = decoder->frameBufferAtIndex(i);
frameBufferAtIndex  111 Source/platform/graphics/DeferredImageDecoder.cpp         return m_actualDecoder->frameBufferAtIndex(index);
frameBufferAtIndex   58 Source/platform/graphics/DeferredImageDecoder.h     ImageFrame* frameBufferAtIndex(size_t index);
frameBufferAtIndex  153 Source/platform/graphics/DeferredImageDecoderTest.cpp     RefPtr<NativeImageSkia> image = m_lazyDecoder->frameBufferAtIndex(0)->asNewNativeImage();
frameBufferAtIndex  180 Source/platform/graphics/DeferredImageDecoderTest.cpp     RefPtr<NativeImageSkia> image = m_lazyDecoder->frameBufferAtIndex(0)->asNewNativeImage();
frameBufferAtIndex  188 Source/platform/graphics/DeferredImageDecoderTest.cpp     image = m_lazyDecoder->frameBufferAtIndex(0)->asNewNativeImage();
frameBufferAtIndex  209 Source/platform/graphics/DeferredImageDecoderTest.cpp     RefPtr<NativeImageSkia> image = m_lazyDecoder->frameBufferAtIndex(0)->asNewNativeImage();
frameBufferAtIndex  238 Source/platform/graphics/DeferredImageDecoderTest.cpp     ImageFrame* frame = m_lazyDecoder->frameBufferAtIndex(0);
frameBufferAtIndex  248 Source/platform/graphics/DeferredImageDecoderTest.cpp     frame = m_lazyDecoder->frameBufferAtIndex(0);
frameBufferAtIndex  254 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(secondId, m_lazyDecoder->frameBufferAtIndex(0)->getSkBitmap().getGenerationID());
frameBufferAtIndex  264 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(ImageFrame::FramePartial, m_lazyDecoder->frameBufferAtIndex(0)->status());
frameBufferAtIndex  265 Source/platform/graphics/DeferredImageDecoderTest.cpp     unsigned firstId = m_lazyDecoder->frameBufferAtIndex(0)->getSkBitmap().getGenerationID();
frameBufferAtIndex  267 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(10.0f, m_lazyDecoder->frameBufferAtIndex(0)->duration());
frameBufferAtIndex  275 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(ImageFrame::FrameComplete, m_lazyDecoder->frameBufferAtIndex(0)->status());
frameBufferAtIndex  276 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(ImageFrame::FrameComplete, m_lazyDecoder->frameBufferAtIndex(1)->status());
frameBufferAtIndex  277 Source/platform/graphics/DeferredImageDecoderTest.cpp     unsigned secondId = m_lazyDecoder->frameBufferAtIndex(0)->getSkBitmap().getGenerationID();
frameBufferAtIndex  282 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(10.0f, m_lazyDecoder->frameBufferAtIndex(0)->duration());
frameBufferAtIndex  283 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(20.0f, m_lazyDecoder->frameBufferAtIndex(1)->duration());
frameBufferAtIndex  291 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(ImageFrame::FrameComplete, m_lazyDecoder->frameBufferAtIndex(0)->status());
frameBufferAtIndex  292 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(ImageFrame::FrameComplete, m_lazyDecoder->frameBufferAtIndex(1)->status());
frameBufferAtIndex  293 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(ImageFrame::FrameComplete, m_lazyDecoder->frameBufferAtIndex(2)->status());
frameBufferAtIndex  294 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(secondId, m_lazyDecoder->frameBufferAtIndex(0)->getSkBitmap().getGenerationID());
frameBufferAtIndex  301 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(10.0f, m_lazyDecoder->frameBufferAtIndex(0)->duration());
frameBufferAtIndex  302 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(20.0f, m_lazyDecoder->frameBufferAtIndex(1)->duration());
frameBufferAtIndex  303 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(30.0f, m_lazyDecoder->frameBufferAtIndex(2)->duration());
frameBufferAtIndex  311 Source/platform/graphics/DeferredImageDecoderTest.cpp     RefPtr<NativeImageSkia> image = m_lazyDecoder->frameBufferAtIndex(0)->asNewNativeImage();
frameBufferAtIndex  274 Source/platform/graphics/ImageFrameGenerator.cpp     ImageFrame* frame = (*decoder)->frameBufferAtIndex(index);
frameBufferAtIndex  251 Source/platform/graphics/ImageFrameGeneratorTest.cpp     EXPECT_NE(tempDecoder->frameBufferAtIndex(0)->getSkBitmap().getPixels(), tempImage->bitmap().getPixels());
frameBufferAtIndex  118 Source/platform/graphics/ImageSource.cpp     ImageFrame* buffer = m_decoder->frameBufferAtIndex(index);
frameBufferAtIndex 1561 Source/platform/graphics/gpu/WebGLImageConversion.cpp         ImageFrame* frame = decoder->frameBufferAtIndex(0);
frameBufferAtIndex   92 Source/platform/graphics/test/MockImageDecoder.h     virtual ImageFrame* frameBufferAtIndex(size_t) OVERRIDE
frameBufferAtIndex  138 Source/platform/image-decoders/ImageDecoder.h     virtual ImageFrame* frameBufferAtIndex(size_t) = 0;
frameBufferAtIndex   48 Source/platform/image-decoders/bmp/BMPImageDecoder.h     virtual ImageFrame* frameBufferAtIndex(size_t) OVERRIDE;
frameBufferAtIndex   54 Source/platform/image-decoders/gif/GIFImageDecoder.h     virtual ImageFrame* frameBufferAtIndex(size_t) OVERRIDE;
frameBufferAtIndex   75 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         ImageFrame* frame = decoder->frameBufferAtIndex(i);
frameBufferAtIndex   97 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp             ImageFrame* frame = decoder->frameBufferAtIndex(j);
frameBufferAtIndex  107 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         ImageFrame* frame = decoder->frameBufferAtIndex(i - 1);
frameBufferAtIndex  130 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp                 ImageFrame* frame = decoder->frameBufferAtIndex(j);
frameBufferAtIndex  148 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(0);
frameBufferAtIndex  154 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     frame = decoder->frameBufferAtIndex(1);
frameBufferAtIndex  177 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(0);
frameBufferAtIndex  182 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     frame = decoder->frameBufferAtIndex(1);
frameBufferAtIndex  209 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     decoder->frameBufferAtIndex(0);
frameBufferAtIndex  210 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     decoder->frameBufferAtIndex(1);
frameBufferAtIndex  232 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         ImageFrame* frame = decoder->frameBufferAtIndex(frameCount - 1);
frameBufferAtIndex  252 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(1);
frameBufferAtIndex  274 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         frame = decoder->frameBufferAtIndex(0);
frameBufferAtIndex  288 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         frame = decoder->frameBufferAtIndex(0);
frameBufferAtIndex  321 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     decoder->frameBufferAtIndex(0);
frameBufferAtIndex  323 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     decoder->frameBufferAtIndex(1);
frameBufferAtIndex  374 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     ImageFrame* referenceFrame = referenceDecoder->frameBufferAtIndex(0);
frameBufferAtIndex  380 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     ImageFrame* testFrame = testDecoder->frameBufferAtIndex(0);
frameBufferAtIndex  400 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     } while (!decoder->frameCount() || decoder->frameBufferAtIndex(0)->status() == ImageFrame::FrameEmpty);
frameBufferAtIndex  402 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(kNotFound, decoder->frameBufferAtIndex(0)->requiredPreviousFrameIndex());
frameBufferAtIndex  405 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         EXPECT_EQ(i - 1, decoder->frameBufferAtIndex(i)->requiredPreviousFrameIndex());
frameBufferAtIndex  409 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp         EXPECT_EQ(kNotFound, decoder->frameBufferAtIndex(i)->requiredPreviousFrameIndex());
frameBufferAtIndex  446 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     } while (!decoder->frameCount() || decoder->frameBufferAtIndex(0)->status() == ImageFrame::FrameEmpty);
frameBufferAtIndex  451 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     ImageFrame* lastFrame = decoder->frameBufferAtIndex(frameCount - 1);
frameBufferAtIndex  456 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     ImageFrame* firstFrame = decoder->frameBufferAtIndex(0);
frameBufferAtIndex  471 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     ASSERT_TRUE(testDecoder->frameBufferAtIndex(0));
frameBufferAtIndex  484 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     ASSERT_TRUE(testDecoder->frameBufferAtIndex(0));
frameBufferAtIndex  499 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(ImageFrame::DisposeOverwritePrevious, decoder->frameBufferAtIndex(0)->disposalMethod());
frameBufferAtIndex  501 Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp     EXPECT_EQ(ImageFrame::DisposeNotSpecified, decoder->frameBufferAtIndex(1)->disposalMethod());
frameBufferAtIndex  239 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     m_frameBufferCache[index] = *m_pngDecoders[index]->frameBufferAtIndex(0);
frameBufferAtIndex   54 Source/platform/image-decoders/ico/ICOImageDecoder.h     virtual ImageFrame* frameBufferAtIndex(size_t) OVERRIDE;
frameBufferAtIndex   51 Source/platform/image-decoders/jpeg/JPEGImageDecoder.h     virtual ImageFrame* frameBufferAtIndex(size_t) OVERRIDE;
frameBufferAtIndex   75 Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(0);
frameBufferAtIndex   47 Source/platform/image-decoders/png/PNGImageDecoder.h     virtual ImageFrame* frameBufferAtIndex(size_t) OVERRIDE;
frameBufferAtIndex   47 Source/platform/image-decoders/webp/WEBPImageDecoder.h     virtual ImageFrame* frameBufferAtIndex(size_t) OVERRIDE;
frameBufferAtIndex   77 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         ImageFrame* frame = decoder->frameBufferAtIndex(i);
frameBufferAtIndex   99 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp             ImageFrame* frame = decoder->frameBufferAtIndex(j);
frameBufferAtIndex  109 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         ImageFrame* frame = decoder->frameBufferAtIndex(i - 1);
frameBufferAtIndex  132 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp                 ImageFrame* frame = decoder->frameBufferAtIndex(j);
frameBufferAtIndex  156 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         const ImageFrame* const frame = decoder->frameBufferAtIndex(i);
frameBufferAtIndex  175 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(0);
frameBufferAtIndex  190 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(0);
frameBufferAtIndex  192 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     frame = decoder->frameBufferAtIndex(1);
frameBufferAtIndex  222 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         const ImageFrame* const frame = decoder->frameBufferAtIndex(i);
frameBufferAtIndex  265 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         const ImageFrame* const frame = decoder->frameBufferAtIndex(i);
frameBufferAtIndex  308 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         const ImageFrame* const frame = decoder->frameBufferAtIndex(i);
frameBufferAtIndex  353 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp             ImageFrame* frame = decoder->frameBufferAtIndex(frameCount - 1);
frameBufferAtIndex  382 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(frameCount - 1);
frameBufferAtIndex  384 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     frame = decoder->frameBufferAtIndex(0);
frameBufferAtIndex  397 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(2);
frameBufferAtIndex  419 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     ImageFrame* frame = decoder->frameBufferAtIndex(0);
frameBufferAtIndex  442 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         frame = decoder->frameBufferAtIndex(0);
frameBufferAtIndex  455 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         frame = decoder->frameBufferAtIndex(0);
frameBufferAtIndex  515 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     } while (!decoder->frameCount() || decoder->frameBufferAtIndex(0)->status() == ImageFrame::FrameEmpty);
frameBufferAtIndex  517 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     EXPECT_EQ(kNotFound, decoder->frameBufferAtIndex(0)->requiredPreviousFrameIndex());
frameBufferAtIndex  520 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(i - 1, decoder->frameBufferAtIndex(i)->requiredPreviousFrameIndex());
frameBufferAtIndex  524 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp         EXPECT_EQ(kNotFound, decoder->frameBufferAtIndex(i)->requiredPreviousFrameIndex());
frameBufferAtIndex  559 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     } while (!decoder->frameCount() || decoder->frameBufferAtIndex(0)->status() == ImageFrame::FrameEmpty);
frameBufferAtIndex  564 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     ImageFrame* lastFrame = decoder->frameBufferAtIndex(frameCount - 1);
frameBufferAtIndex  569 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     ImageFrame* firstFrame = decoder->frameBufferAtIndex(0);
frameBufferAtIndex  101 Source/web/WebImageDecoder.cpp     ImageFrame* const frameBuffer = m_private->frameBufferAtIndex(index);
frameBufferAtIndex  110 Source/web/WebImageDecoder.cpp     ImageFrame* const frameBuffer = m_private->frameBufferAtIndex(index);