frameDurationAtIndex  152 Source/platform/graphics/BitmapImage.cpp         m_frames[index].m_duration = m_source.frameDurationAtIndex(index);
frameDurationAtIndex  350 Source/platform/graphics/BitmapImage.cpp     return m_source.frameDurationAtIndex(index);
frameDurationAtIndex  442 Source/platform/graphics/BitmapImage.cpp     const double currentDuration = frameDurationAtIndex(m_currentFrame);
frameDurationAtIndex  476 Source/platform/graphics/BitmapImage.cpp             double frameAfterNextStartTime = m_desiredFrameStartTime + frameDurationAtIndex(nextFrame);
frameDurationAtIndex  110 Source/platform/graphics/BitmapImage.h     float frameDurationAtIndex(size_t);
frameDurationAtIndex  189 Source/platform/graphics/DeferredImageDecoder.cpp         return m_actualDecoder->frameDurationAtIndex(index);
frameDurationAtIndex  238 Source/platform/graphics/DeferredImageDecoder.cpp         frame->setDuration(m_actualDecoder->frameDurationAtIndex(i));
frameDurationAtIndex   70 Source/platform/graphics/DeferredImageDecoder.h     float frameDurationAtIndex(size_t) const;
frameDurationAtIndex  268 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(10.0f, m_lazyDecoder->frameDurationAtIndex(0));
frameDurationAtIndex  281 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(20.0f, m_lazyDecoder->frameDurationAtIndex(1));
frameDurationAtIndex  298 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(10.0f, m_lazyDecoder->frameDurationAtIndex(0));
frameDurationAtIndex  299 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(20.0f, m_lazyDecoder->frameDurationAtIndex(1));
frameDurationAtIndex  300 Source/platform/graphics/DeferredImageDecoderTest.cpp     EXPECT_EQ(30.0f, m_lazyDecoder->frameDurationAtIndex(2));
frameDurationAtIndex  141 Source/platform/graphics/ImageSource.cpp     const float duration = m_decoder->frameDurationAtIndex(index) / 1000.0f;
frameDurationAtIndex  116 Source/platform/graphics/ImageSource.h     float frameDurationAtIndex(size_t) const;
frameDurationAtIndex  105 Source/platform/graphics/test/MockImageDecoder.h     virtual float frameDurationAtIndex(size_t) const OVERRIDE
frameDurationAtIndex  147 Source/platform/image-decoders/ImageDecoder.h     virtual float frameDurationAtIndex(size_t) const { return 0; }
frameDurationAtIndex   56 Source/platform/image-decoders/gif/GIFImageDecoder.h     virtual float frameDurationAtIndex(size_t) const OVERRIDE;
frameDurationAtIndex   51 Source/platform/image-decoders/webp/WEBPImageDecoder.h     virtual float frameDurationAtIndex(size_t) const OVERRIDE;
frameDurationAtIndex  487 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     EXPECT_EQ(1000, decoder->frameDurationAtIndex(0));
frameDurationAtIndex  489 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     EXPECT_EQ(500, decoder->frameDurationAtIndex(1));
frameDurationAtIndex  494 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     EXPECT_EQ(1000, decoder->frameDurationAtIndex(0));
frameDurationAtIndex  496 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     EXPECT_EQ(500, decoder->frameDurationAtIndex(1));
frameDurationAtIndex  498 Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp     EXPECT_EQ(1000.0, decoder->frameDurationAtIndex(2));