HomeSort by relevance Sort by last modified time
    Searched refs:m_imageForCurrentFrame (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
ImageLayerChromium.cpp 51 , m_imageForCurrentFrame(0)
62 if ((m_contents == contents) && (m_contents->nativeImageForCurrentFrame() == m_imageForCurrentFrame))
66 m_imageForCurrentFrame = m_contents->nativeImageForCurrentFrame();
ImageLayerChromium.h 69 NativeImagePtr m_imageForCurrentFrame;

Completed in 148 milliseconds