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

  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.h 478 unsigned m_repaintCount;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.h 381 int repaintCount() const { return m_repaintCount; }
382 int incrementRepaintCount() { return ++m_repaintCount; }
523 int m_repaintCount;

Completed in 37 milliseconds