OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_frameCount
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/page/
Page.h
163
void incrementFrameCount() { ++
m_frameCount
; }
164
void decrementFrameCount() { ASSERT(
m_frameCount
); --
m_frameCount
; }
165
int frameCount() const { checkFrameCountConsistency(); return
m_frameCount
; }
358
int
m_frameCount
;
Page.cpp
162
,
m_frameCount
(0)
950
ASSERT(
m_frameCount
>= 0);
956
ASSERT(
m_frameCount
+ 1 == frameCount);
/external/webkit/Source/WebCore/platform/graphics/openvg/
ImageOpenVG.cpp
71
,
m_frameCount
(1)
91
if (
m_frameCount
== 1 && m_size.width() == 1 && m_size.height() == 1)
/external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp
65
,
m_frameCount
(0)
225
m_frameCount
= m_source.frameCount();
228
return
m_frameCount
;
BitmapImage.h
301
size_t
m_frameCount
;
/external/webkit/Source/WebCore/platform/graphics/cairo/
ImageCairo.cpp
78
,
m_frameCount
(1)
/external/webkit/Source/WebCore/platform/graphics/qt/
ImageQt.cpp
179
,
m_frameCount
(1)
/external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp
91
,
m_frameCount
(1)
/external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp
84
,
m_frameCount
(1)
Completed in 625 milliseconds