Searched refs:platformCALayerDrawsContent (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DPlatformCALayerClient.h50 virtual bool platformCALayerDrawsContent() const = 0;
H A DTileCoverageMap.h61 virtual bool platformCALayerDrawsContent() const override { return true; }
H A DTileGrid.h140 virtual bool platformCALayerDrawsContent() const override { return true; }
H A DGraphicsLayerCA.h190 virtual bool platformCALayerDrawsContent() const override { return drawsContent(); }
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DWebTiledLayer.mm76 if (layer && layer->owner() && layer->owner()->platformCALayerDrawsContent())
89 if (layerOwner->platformCALayerDrawsContent()) {
H A DWebLayer.mm79 if (layer && layer->owner() && layer->owner()->platformCALayerDrawsContent())
92 if (layerOwner->platformCALayerDrawsContent()) {
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCALayerRemote.cpp147 if (m_properties.backingStore && (!owner() || !owner()->platformCALayerDrawsContent())) {
/macosx-10.10/WebKit-7600.1.25/win/
H A DFullscreenVideoController.cpp196 virtual bool platformCALayerDrawsContent() const { return false; } function in class:FullscreenVideoController::LayerClient
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp221 virtual bool platformCALayerDrawsContent() const { return false; } function in class:WebCore::LayerClient

Completed in 252 milliseconds