Searched refs:imageKnownToBeComplete (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DBitmapImage.cpp427 int BitmapImage::repetitionCount(bool imageKnownToBeComplete) argument
429 if ((m_repetitionCountStatus == Unknown) || ((m_repetitionCountStatus == Uncertain) && imageKnownToBeComplete)) {
430 // Snag the repetition count. If |imageKnownToBeComplete| is false, the
435 m_repetitionCountStatus = (imageKnownToBeComplete || m_repetitionCount == cAnimationNone) ? Certain : Uncertain;
H A DBitmapImage.h145 int repetitionCount(bool imageKnownToBeComplete); // |imageKnownToBeComplete| should be set if the caller knows the entire image has been decoded.

Completed in 1041 milliseconds