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

/external/webkit/Source/WebCore/platform/graphics/ca/
H A DPlatformCALayerClient.h59 virtual bool platformCALayerDrawsContent() const = 0;
H A DGraphicsLayerCA.h144 virtual bool platformCALayerDrawsContent() const { return drawsContent(); } function in class:WebCore::GraphicsLayerCA
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DWebTiledLayer.mm63 if (layer && layer->owner() && layer->owner()->platformCALayerDrawsContent())
H A DWebLayer.mm113 if (layerContents && layerContents->platformCALayerDrawsContent()) {
149 if (layer && layer->owner() && layer->owner()->platformCALayerDrawsContent())
/external/webkit/Source/WebKit/win/
H A DFullscreenVideoController.cpp193 virtual bool platformCALayerDrawsContent() const { return false; } function in class:FullscreenVideoController::LayerClient
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp109 virtual bool platformCALayerDrawsContent() const { return false; } function in class:WebCore::MediaPlayerPrivateQuickTimeVisualContext::LayerClient

Completed in 104 milliseconds