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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DPlatformCALayerClient.h59 virtual bool platformCALayerDrawsContent() const = 0;
H A DGraphicsLayerCA.h172 virtual bool platformCALayerDrawsContent() const { return drawsContent(); } function in class:WebCore::GraphicsLayerCA
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DWebTiledLayer.mm67 if (layer && layer->owner() && layer->owner()->platformCALayerDrawsContent())
80 if (layerOwner->platformCALayerDrawsContent()) {
H A DWebLayer.mm192 if (layer && layer->owner() && layer->owner()->platformCALayerDrawsContent())
205 if (layerOwner->platformCALayerDrawsContent()) {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp112 virtual bool platformCALayerDrawsContent() const { return false; } function in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext::LayerClient
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.cpp196 virtual bool platformCALayerDrawsContent() const { return false; } function in class:FullscreenVideoController::LayerClient
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp188 virtual bool platformCALayerDrawsContent() const { return false; } function in class:WebCore::LayerClient

Completed in 197 milliseconds