HomeSort by relevance Sort by last modified time
    Searched full:createframeatindex (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageSource.h 84 // the future, the caller may call createFrameAtIndex() with an index larger
118 PassRefPtr<NativeImageSkia> createFrameAtIndex(size_t);
ImageSource.cpp 119 PassRefPtr<NativeImageSkia> ImageSource::createFrameAtIndex(size_t index)
BitmapImage.cpp 157 m_frames[index].m_frame = m_source.createFrameAtIndex(index);
  /external/chromium_org/third_party/WebKit/Source/core/imagebitmap/
ImageBitmapFactories.cpp 308 RefPtr<NativeImageSkia> imageSkia = source->createFrameAtIndex(0);

Completed in 120 milliseconds