Home
last modified time | relevance | path

Searched refs:m_fixedObjectCount (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DFrameView.h301 bool hasFixedObjects() const { return m_fixedObjectCount > 0; } in hasFixedObjects()
371 unsigned m_fixedObjectCount; variable
DFrameView.cpp121 , m_fixedObjectCount(0) in FrameView()
1113 …owRepaints || m_slowRepaintObjectCount > 0 || (platformWidget() && m_fixedObjectCount > 0) || m_is… in useSlowRepaints()
1124 …owRepaints || m_slowRepaintObjectCount > 0 || (platformWidget() && m_fixedObjectCount > 0) || !m_c… in useSlowRepaintsIfNotOverlapped()
1164 if (!m_fixedObjectCount && platformWidget()) in addFixedObject()
1166 ++m_fixedObjectCount; in addFixedObject()
1171 ASSERT(m_fixedObjectCount > 0); in removeFixedObject()
1172 --m_fixedObjectCount; in removeFixedObject()
1173 if (!m_fixedObjectCount) in removeFixedObject()