Home
last modified time | relevance | path

Searched defs:frameDurationAtIndex (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockImageDecoder.h105 virtual float frameDurationAtIndex(size_t) const OVERRIDE in frameDurationAtIndex() function
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageSource.cpp132 float ImageSource::frameDurationAtIndex(size_t index) const in frameDurationAtIndex() function in WebCore::ImageSource
DDeferredImageDecoder.cpp180 float DeferredImageDecoder::frameDurationAtIndex(size_t index) const in frameDurationAtIndex() function in WebCore::DeferredImageDecoder
DBitmapImage.cpp346 float BitmapImage::frameDurationAtIndex(size_t index) in frameDurationAtIndex() function in WebCore::BitmapImage
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageDecoder.h146 virtual float frameDurationAtIndex(size_t) const { return 0; } in frameDurationAtIndex() function
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageDecoder.cpp127 float GIFImageDecoder::frameDurationAtIndex(size_t index) const in frameDurationAtIndex() function in WebCore::GIFImageDecoder
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
DWEBPImageDecoder.cpp191 float WEBPImageDecoder::frameDurationAtIndex(size_t index) const in frameDurationAtIndex() function in WebCore::WEBPImageDecoder