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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DeferredImageDecoderTest.cpp 84 m_frameCount = 1;
108 return m_frameCount;
143 size_t m_frameCount;
263 m_frameCount = 1;
273 m_frameCount = 2;
289 m_frameCount = 3;
334 m_frameCount = 1;
336 EXPECT_EQ(m_frameCount, m_lazyDecoder->frameCount());
337 m_frameCount = 2;
339 EXPECT_EQ(m_frameCount, m_lazyDecoder->frameCount())
    [all...]
RecordingImageBufferSurfaceTest.cpp 33 , m_frameCount(0)
47 ++m_frameCount;
68 int frameCount() { return m_frameCount; }
73 int m_frameCount;
BitmapImage.cpp 60 , m_frameCount(0)
81 , m_frameCount(1)
321 m_frameCount = m_source.frameCount();
323 if (m_frameCount)
327 return m_frameCount;
BitmapImage.h 181 size_t m_frameCount;

Completed in 244 milliseconds