HomeSort by relevance Sort by last modified time
    Searched refs:incrementRepaintCount (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
WebLayer.cpp 97 String text = String::number(m_owner->incrementRepaintCount());
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 334 int incrementRepaintCount() { return ++m_repaintCount; }
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 141 virtual int platformCALayerIncrementRepaintCount() { return incrementRepaintCount(); }

Completed in 93 milliseconds