Searched refs:createFrameAtIndex (Results 1 – 4 of 4) sorted by relevance
114 PassRefPtr<NativeImageSkia> createFrameAtIndex(size_t);
113 PassRefPtr<NativeImageSkia> ImageSource::createFrameAtIndex(size_t index) in createFrameAtIndex() function in WebCore::ImageSource
144 m_frames[index].m_frame = m_source.createFrameAtIndex(index); in cacheFrame()
331 RefPtr<NativeImageSkia> imageSkia = source->createFrameAtIndex(0); in didFinishLoading()