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

  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp 58 , m_allDataReceived(false)
90 m_source.clear(destroyAll, clearBeforeFrame, data(), m_allDataReceived);
203 m_allDataReceived = allDataReceived;
317 if (!m_allDataReceived && !frameIsCompleteAtIndex(nextFrame))
324 if (!m_allDataReceived && repetitionCount(false) == cAnimationLoopOnce && m_currentFrame >= (frameCount() - 1))
BitmapImage.h 291 bool m_allDataReceived; // Whether or not we've received all our data.
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageCairo.cpp 73 , m_allDataReceived(true)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
ImageOpenVG.cpp 66 , m_allDataReceived(false)
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 86 , m_allDataReceived(true)
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageQt.cpp 174 , m_allDataReceived(true)
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 79 , m_allDataReceived(true)

Completed in 291 milliseconds