Searched refs:platformCALayerShowRepaintCounter (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DPlatformCALayerClient.h55 virtual bool platformCALayerShowRepaintCounter(PlatformCALayer*) const = 0;
H A DGraphicsLayerCA.h168 virtual bool platformCALayerShowRepaintCounter(PlatformCALayer*) const;
H A DGraphicsLayerCA.cpp1113 bool GraphicsLayerCA::platformCALayerShowRepaintCounter(PlatformCALayer* platformLayer) const function in class:WebCore::GraphicsLayerCA
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DWebTiledLayer.mm86 if (layerOwner->platformCALayerShowRepaintCounter(platformLayer)) {
H A DWebLayer.mm139 if (!platformLayer->usesTiledBackingLayer() && layerContents && layerContents->platformCALayerShowRepaintCounter(platformLayer)) {
211 if (layerOwner->platformCALayerShowRepaintCounter(platformLayer)) {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.cpp99 if (owner()->owner()->platformCALayerShowRepaintCounter(owner())) {
166 if (m_owner->owner() && m_owner->owner()->platformCALayerShowRepaintCounter(m_owner)) {
173 if (owner()->owner()->platformCALayerShowRepaintCounter(owner())) {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp108 virtual bool platformCALayerShowRepaintCounter(PlatformCALayer*) const { return false; } function in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext::LayerClient
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.cpp192 virtual bool platformCALayerShowRepaintCounter(PlatformCALayer*) const { return false; } function in class:FullscreenVideoController::LayerClient
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DTileController.mm1046 return layerContents->platformCALayerShowRepaintCounter(0);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp184 virtual bool platformCALayerShowRepaintCounter(PlatformCALayer*) const { return false; } function in class:WebCore::LayerClient

Completed in 236 milliseconds