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

  /external/webkit/WebCore/platform/graphics/
GraphicsLayerClient.h 67 virtual bool showRepaintCounter() const = 0;
GraphicsLayer.h 320 bool showRepaintCounter() { return m_client ? m_client->showRepaintCounter() : false; }
  /external/webkit/WebCore/platform/graphics/mac/
WebTiledLayer.mm 83 if (m_layerOwner->showRepaintCounter()) {
WebLayer.mm 83 if (layerContents->showRepaintCounter()) {
144 if (m_layerOwner->showRepaintCounter()) {
  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 72 virtual bool showRepaintCounter() const { return false; }