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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DGraphicsLayerBlackBerry.cpp861 void GraphicsLayerBlackBerry::setupContentsLayer(LayerWebKitThread* contentsLayer) argument
863 if (contentsLayer == m_contentsLayer)
871 if (contentsLayer) {
872 m_contentsLayer = contentsLayer;
876 // It is necessary to update setDrawable as soon as we receive the new contentsLayer, for
H A DGraphicsLayerBlackBerry.h160 LayerWebKitThread* contentsLayer() const { return m_contentsLayer.get(); } function in class:WebCore::GraphicsLayerBlackBerry
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedLayerTreeHost.cpp261 if (CoordinatedGraphicsLayer* contentsLayer = mainContentsLayer())
262 m_state.coveredRect = contentsLayer->coverRect();
600 if (CoordinatedGraphicsLayer* contentsLayer = mainContentsLayer())
601 contentsLayer->setVisibleContentRectTrajectoryVector(trajectoryVector);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.h241 PlatformCALayer* contentsLayer() const { return m_contentsLayer.get(); } function in class:WebCore::GraphicsLayerCA
317 void ensureCloneLayers(CloneID cloneID, RefPtr<PlatformCALayer>& primaryLayer, RefPtr<PlatformCALayer>& structuralLayer, RefPtr<PlatformCALayer>& contentsLayer, CloneLevel cloneLevel);
H A DGraphicsLayerCA.cpp557 // Visibility affects whether the contentsLayer is parented.
2758 void GraphicsLayerCA::setupContentsLayer(PlatformCALayer* contentsLayer) argument
2761 contentsLayer->setMasksToBounds(true);
2769 contentsLayer->setTransform(flipper);
2770 contentsLayer->setAnchorPoint(FloatPoint3D(0, 1, 0));
2772 contentsLayer->setAnchorPoint(FloatPoint3D());
2775 contentsLayer->setBorderColor(Color(0, 0, 128, 180));
2776 contentsLayer->setBorderWidth(1.0f);
2805 void GraphicsLayerCA::ensureCloneLayers(CloneID cloneID, RefPtr<PlatformCALayer>& primaryLayer, RefPtr<PlatformCALayer>& structuralLayer, RefPtr<PlatformCALayer>& contentsLayer, CloneLevel cloneLevel) argument
2808 contentsLayer
2858 RefPtr<PlatformCALayer> contentsLayer; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.h120 GraphicsLayerActor* contentsLayer() const { return m_contentsLayer.get(); } function in class:WebCore::GraphicsLayerClutter
H A DGraphicsLayerClutter.cpp773 void GraphicsLayerClutter::setupContentsLayer(GraphicsLayerActor* contentsLayer) argument
775 graphicsLayerActorSetMasksToBounds(contentsLayer, true);
776 graphicsLayerActorSetAnchorPoint(contentsLayer, 0.0, 0.0, 0.0);

Completed in 154 milliseconds