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

  /external/webkit/WebCore/platform/graphics/
BitmapImage.cpp 248 if ((m_repetitionCountStatus == Unknown) || ((m_repetitionCountStatus == Uncertain) && imageKnownToBeComplete)) {
254 m_repetitionCountStatus = (imageKnownToBeComplete || m_repetitionCount == cAnimationNone) ? Certain : Uncertain;
BitmapImage.h 164 Uncertain, // We have a repetition count, but it might be wrong (some GIFs have a count after the image data, and will report "loop once" until all data has been decoded).

Completed in 44 milliseconds