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

  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 115 m_contentLayer = new CanvasLayer(renderLayer,
118 m_contentLayer = new LayerAndroid(renderLayer);
127 SkSafeUnref(m_contentLayer);
207 if (graphicsLayer->m_contentLayer)
208 graphicsLayer->m_contentLayer->setReplicatedLayer(m_contentLayer);
211 m_contentLayer->setMaskLayer(maskLayer->m_contentLayer);
213 m_contentLayer->setReplicatedLayerPosition(replicatedLayerPosition());
241 if (view->isRenderIFrame() && !m_contentLayer->isIFrame())
    [all...]
GraphicsLayerAndroid.h 135 LayerAndroid* contentLayer() { return m_contentLayer; }
168 LayerAndroid* m_contentLayer;

Completed in 28 milliseconds