HomeSort by relevance Sort by last modified time
    Searched defs:m_repaintCount (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/page/
FrameView.h 409 unsigned m_repaintCount;
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 333 int repaintCount() const { return m_repaintCount; }
334 int incrementRepaintCount() { return ++m_repaintCount; }
426 int m_repaintCount;

Completed in 23 milliseconds