OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Uncertain
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp
288
if ((m_repetitionCountStatus == Unknown) || ((m_repetitionCountStatus ==
Uncertain
) && imageKnownToBeComplete)) {
295
m_repetitionCountStatus = (imageKnownToBeComplete || m_repetitionCount == cAnimationNone) ? Certain :
Uncertain
;
BitmapImage.h
176
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 172 milliseconds