OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_repetitionCount
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DeferredImageDecoder.h
94
int
m_repetitionCount
;
BitmapImage.h
167
int
m_repetitionCount
; // How many total animation loops we should do. This will be cAnimationNone if this image type is incapable of animation.
DeferredImageDecoderTest.cpp
89
m_repetitionCount
= cAnimationNone;
117
return
m_repetitionCount
;
149
int
m_repetitionCount
;
258
m_repetitionCount
= 10;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoder.h
88
mutable int
m_repetitionCount
;
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.h
80
int
m_repetitionCount
;
Completed in 83 milliseconds