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

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayerClient.h 55 virtual bool platformCALayerShowRepaintCounter() const = 0;
GraphicsLayerCA.h 140 virtual bool platformCALayerShowRepaintCounter() const { return showRepaintCounter(); }
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebLayer.mm 81 if (layerContents->platformCALayerShowRepaintCounter()) {
124 if (layerContents->platformCALayerShowRepaintCounter()) {
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 95 if (owner()->owner()->platformCALayerShowRepaintCounter()) {
162 if (m_owner->owner() && m_owner->owner()->platformCALayerShowRepaintCounter()) {
169 if (owner()->owner()->platformCALayerShowRepaintCounter()) {
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 189 virtual bool platformCALayerShowRepaintCounter() const { return false; }
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 105 virtual bool platformCALayerShowRepaintCounter() const { return false; }
    [all...]

Completed in 224 milliseconds