Searched defs:m_repaintCount (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DFrameView.h409 unsigned m_repaintCount; member in class:WebCore::FrameView
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h333 int repaintCount() const { return m_repaintCount; }
334 int incrementRepaintCount() { return ++m_repaintCount; }
426 int m_repaintCount; member in class:WebCore::GraphicsLayer

Completed in 110 milliseconds