HomeSort by relevance Sort by last modified time
    Searched refs:platformCALayerDrawsContent (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayerClient.h 59 virtual bool platformCALayerDrawsContent() const = 0;
GraphicsLayerCA.h 144 virtual bool platformCALayerDrawsContent() const { return drawsContent(); }
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebTiledLayer.mm 63 if (layer && layer->owner() && layer->owner()->platformCALayerDrawsContent())
WebLayer.mm 113 if (layerContents && layerContents->platformCALayerDrawsContent()) {
149 if (layer && layer->owner() && layer->owner()->platformCALayerDrawsContent())
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 193 virtual bool platformCALayerDrawsContent() const { return false; }
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 109 virtual bool platformCALayerDrawsContent() const { return false; }
    [all...]

Completed in 213 milliseconds