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

  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 138 if (m_contentsLayer)
139 m_contentsLayer->removeFromSuperlayer();
294 clearLayerBackgroundColor(m_contentsLayer.get());
354 if (!m_contentsLayer)
359 if (m_contentsLayer)
372 if (mediaLayer == m_contentsLayer)
375 m_contentsLayer = mediaLayer;
439 } else if (m_contentsLayer) {
443 newSublayers.append(m_contentsLayer.get());
461 if (m_contentsLayer) {
    [all...]
GraphicsLayerCACF.h 123 WKCACFLayer* contentsLayer() const { return m_contentsLayer.get(); }
127 RefPtr<WKCACFLayer> m_contentsLayer;
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 408 if (m_contentsLayer) {
409 if ([m_contentsLayer.get() respondsToSelector:@selector(setLayerOwner:)])
410 [(id)m_contentsLayer.get() setLayerOwner:nil];
783 if (!m_contentsLayer)
788 if (m_contentsLayer)
797 if (mediaLayer == m_contentsLayer)
800 m_contentsLayer = mediaLayer;
837 } else if (layer == m_contentsLayer) {
838 sourceLayer = m_contentsLayer.get();
    [all...]
GraphicsLayerCA.h 175 CALayer* contentsLayer() const { return m_contentsLayer.get(); }
322 RetainPtr<CALayer> m_contentsLayer; // A layer used for inner content, like image and video

Completed in 225 milliseconds