OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_haveReadAnimationParameters
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/webp/
WEBPImageDecoder.h
80
bool
m_haveReadAnimationParameters
;
WEBPImageDecoder.cpp
64
,
m_haveReadAnimationParameters
(false)
235
if (hasAnimation && !
m_haveReadAnimationParameters
&& newFrameCount) {
243
m_haveReadAnimationParameters
= true;
Completed in 35 milliseconds