Searched refs:m_layerClient (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/win/
H A DFullscreenVideoController.h162 OwnPtr<LayerClient> m_layerClient; member in class:FullscreenVideoController
H A DFullscreenVideoController.cpp249 , m_layerClient(adoptPtr(new LayerClient(this)))
250 , m_rootChild(PlatformCALayerWin::create(PlatformCALayer::LayerTypeLayer, m_layerClient.get()))
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp192 OwnPtr<LayerClient> m_layerClient; member in class:WebCore::AVFWrapper
1859 m_layerClient = adoptPtr(new LayerClient(this));
1860 if (!m_layerClient)
1863 m_videoLayerWrapper = PlatformCALayerWin::create(PlatformCALayer::LayerTypeLayer, m_layerClient.get());
1894 m_layerClient = nullptr;

Completed in 108 milliseconds