Home
last modified time | relevance | path

Searched refs:incrementRepaintCount (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DWebLayer.cpp97 String text = String::number(m_owner->incrementRepaintCount()); in drawInContext()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h334 int incrementRepaintCount() { return ++m_repaintCount; } in incrementRepaintCount() function
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.h141 virtual int platformCALayerIncrementRepaintCount() { return incrementRepaintCount(); } in platformCALayerIncrementRepaintCount()