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

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayerClient.h 56 virtual int platformCALayerIncrementRepaintCount() = 0;
GraphicsLayerCA.h 141 virtual int platformCALayerIncrementRepaintCount() { return incrementRepaintCount(); }
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebLayer.mm 85 snprintf(text, sizeof(text), "%d", layerContents->platformCALayerIncrementRepaintCount());
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 96 String text = String::number(owner()->owner()->platformCALayerIncrementRepaintCount());
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 190 virtual int platformCALayerIncrementRepaintCount() { return 0; }
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 106 virtual int platformCALayerIncrementRepaintCount() { return 0; }
    [all...]

Completed in 178 milliseconds