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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DPlatformCALayerClient.h46 virtual bool platformCALayerShowRepaintCounter(PlatformCALayer*) const { return false; } function in class:WebCore::PlatformCALayerClient
H A DTileGrid.h137 virtual bool platformCALayerShowRepaintCounter(PlatformCALayer*) const override;
H A DTileGrid.cpp157 if (m_controller.rootLayer().owner()->platformCALayerShowRepaintCounter(0)) {
658 if (m_controller.rootLayer().owner()->platformCALayerShowRepaintCounter(0))
680 bool TileGrid::platformCALayerShowRepaintCounter(PlatformCALayer*) const function in class:WebCore::TileGrid
682 return m_controller.rootLayer().owner()->platformCALayerShowRepaintCounter(0);
H A DGraphicsLayerCA.h186 virtual bool platformCALayerShowRepaintCounter(PlatformCALayer*) const override;
H A DGraphicsLayerCA.cpp1222 bool GraphicsLayerCA::platformCALayerShowRepaintCounter(PlatformCALayer* platformLayer) const function in class:WebCore::GraphicsLayerCA
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DWebTiledLayer.mm95 if (layerOwner->platformCALayerShowRepaintCounter(platformLayer)) {
H A DWebLayer.mm95 if (layerOwner->platformCALayerShowRepaintCounter(platformLayer)) {
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/win/
H A DPlatformCALayerWinInternal.cpp107 if (owner()->owner()->platformCALayerShowRepaintCounter(owner())) {
174 if (m_owner->owner() && m_owner->owner()->platformCALayerShowRepaintCounter(m_owner)) {
181 if (owner()->owner()->platformCALayerShowRepaintCounter(owner())) {
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm972 if (!platformCALayer->usesTiledBackingLayer() && layerContents && layerContents->platformCALayerShowRepaintCounter(platformCALayer))
/macosx-10.10/WebKit-7600.1.25/win/
H A DFullscreenVideoController.cpp192 virtual bool platformCALayerShowRepaintCounter(PlatformCALayer*) const { return false; } function in class:FullscreenVideoController::LayerClient
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp217 virtual bool platformCALayerShowRepaintCounter(PlatformCALayer*) const { return false; } function in class:WebCore::LayerClient

Completed in 134 milliseconds